Skip to content

Commit

Permalink
Avoid running all workflows on dev changes
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Nov 13, 2024
1 parent f2cecf8 commit eae20c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/changed_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ src: &src
- '!**/*.md'
- '!**/*mkdocs*/**'
- '!**/*mkdocs*'
- '!services/compose.dev.yaml'
ldap:
- '**/ldap/**'
- '**/*ldap*'
Expand All @@ -30,6 +31,7 @@ dev:
- '**/*dev*'
- *src
- '**/entrypoints/**'
- services/compose.dev.yaml
v3:
- '**/v3/**'
- '**/*v3*'
Expand Down

0 comments on commit eae20c7

Please sign in to comment.