We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b74e87 commit a40c947Copy full SHA for a40c947
.github/workflows/build.yml
@@ -19,12 +19,7 @@ jobs:
19
- uses: dorny/[email protected]
20
id: filter
21
with:
22
- filters: |
23
- main_image_files:
24
- - 'Dockerfile'
25
- - 'root/**'
26
- minimal_image_files:
27
- - 'minimal/**'
+ filters: '.github/filters.yml'
28
29
build:
30
runs-on: ubuntu-latest
.github/workflows/octoprint-release.yml
@@ -22,12 +22,7 @@ jobs:
if: ${{ github.event_name == 'push'}}
31
32
release:
33
0 commit comments