Skip to content

Commit

Permalink
Update branch filter in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
NouamaneTazi committed Jan 31, 2024
1 parent ff32ddb commit abe42c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/3d_parallelism_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "tests/**/*.py"

pull_request:
branches: [ '*' ]
branches: [ '**' ]
paths:
- "src/**/*.py"
- "examples/**/*.py"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "src/**/*.py"

pull_request:
branches: [ '*' ]
branches: [ '**' ]
paths:
- "src/**/*.py"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fa2_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- "tests/**/*.py"

pull_request:
branches: [ '*' ]
branches: [ '**' ]
paths:
- "src/**/*.py"
- "examples/**/*.py"
Expand Down

0 comments on commit abe42c6

Please sign in to comment.