Skip to content

Commit

Permalink
filter paths for develop/release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
feederbox826 committed Oct 5, 2024
1 parent 9a5480b commit cc6ba0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches:
- main
paths:
- 'dockerfile/**'
- 'stash/**'
- 'VERSION'
workflow_dispatch:
repository_dispatch:
types: [upstream_update]
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches:
- main
paths:
- 'dockerfile/**'
- 'stash/**'
- 'VERSION'
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
Expand Down

0 comments on commit cc6ba0c

Please sign in to comment.