Skip to content

Commit

Permalink
Prevent "preview" workflow from running on any python-* branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mbollmann committed Apr 14, 2024
1 parent 661fdec commit fffbf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- '*'
- '!master'
- '!python-dev'
- '!python-*'

# only run one at a time per branch
concurrency:
Expand Down

0 comments on commit fffbf97

Please sign in to comment.