Skip to content

Commit 9b05f37

Browse files
committed
disable running on push, enable running on dispatch
1 parent cb51904 commit 9b05f37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ on:
3333
schedule:
3434
# * is a special character in YAML so you have to quote this string
3535
- cron: "0 8 * * *"
36-
# runs on all branches on both RMG-Py and forks
37-
push:
36+
# allow running on RMG-Py on a pushed branch, only if triggered manually
37+
workflow_dispatch:
3838
# runs on PRs against RMG-Py (and anywhere else, but we add this for RMG-Py)
3939
pull_request:
4040

0 commit comments

Comments
 (0)