diff options
| author | alex <alex@pdp7.net> | 2023-08-30 19:59:43 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-08-30 19:59:43 +0200 |
| commit | 32916fa8e789178b0137ca27b652f3a9d78e652a (patch) | |
| tree | c1858aaa0574cf0c6847150fbad702d81a13ff22 /.github | |
| parent | ebb38ddf74e838f754d3755c6aaed66a8d9bd088 (diff) | |
Only build image on changes
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-workstation.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build-workstation.yml b/.github/workflows/build-workstation.yml index 678c5d51..a36d21a0 100644 --- a/.github/workflows/build-workstation.yml +++ b/.github/workflows/build-workstation.yml @@ -1,5 +1,9 @@ on: - - push + push: + paths: + - 'workstation/**' + branches: + - main jobs: build: |
