Skip to content

Commit ba68446

Browse files
committed
trying inline filters
1 parent baf8800 commit ba68446

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ jobs:
1919
- uses: dorny/[email protected]
2020
id: filter
2121
with:
22-
filters: '.github/filters.yml'
22+
filters: |
23+
main_image_files:
24+
- 'Dockerfile'
25+
- 'root/**'
26+
minimal_image_files:
27+
- 'minimal/**'
2328
2429
build:
2530
runs-on: ubuntu-latest

.github/workflows/octoprint-release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ jobs:
2222
if: ${{ github.event_name == 'push'}}
2323
id: filter
2424
with:
25-
filters: '.github/filters.yml'
25+
filters: |
26+
main_image_files:
27+
- 'Dockerfile'
28+
- 'root/**'
29+
minimal_image_files:
30+
- 'minimal/**'
2631
2732
release:
2833
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)