Skip to content

Commit

Permalink
OPS-5273 workflow runs on every sub branch (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Schiborr authored Oct 5, 2023
1 parent 9f21286 commit cb275cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push_or_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'All static tests on every push'
on:
push:
branches:
- '*'
- '**'

jobs:
codeql_analyze:
Expand Down

0 comments on commit cb275cc

Please sign in to comment.