Skip to content

Commit 781912b

Browse files
committed
Fix convergence CI: only run on push to master and PRs
Previously triggered on every push to every branch, running expensive 1D/2D/temporal/Sod jobs (60-90 min total) on every dev push. Now triggers on: push to master, any pull_request, or workflow_dispatch.
1 parent 93380a5 commit 781912b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/convergence.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Convergence
22

33
on:
44
push:
5+
branches: [master]
6+
pull_request:
57
workflow_dispatch:
68

79
env:

0 commit comments

Comments
 (0)