Skip to content

Commit

Permalink
misc: Remove branch off branch name enableopt from workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeLeibowitz committed Sep 25, 2024
1 parent 113125e commit e7e29d3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/examples-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ on:
push:
branches:
- master
- enable-opt
pull_request:
branches:
- master
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
push:
branches:
- master
- enable-opt
pull_request:
branches:
- master
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
push:
branches:
- master
- enable-opt
pull_request:
branches:
- master
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pytest-core-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
push:
branches:
- master
- enable-opt
pull_request:
branches:
- master
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pytest-core-nompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
push:
branches:
- master
- enable-opt
pull_request:
branches:
- master
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
push:
branches:
- master
- enable-opt
pull_request:
branches:
- master
Expand Down

0 comments on commit e7e29d3

Please sign in to comment.