| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f06344e commit ff7cf11
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,6 +20,12 @@ on: | |||
| 20 | 20 | # 09:00 UTC every Monday, so the PR is waiting when EU and US start the week. | |
| 21 | 21 | - cron: "0 9 * * 1" | |
| 22 | 22 | workflow_dispatch: # allows manual runs for testing | |
| 23 | + # TEMPORARY: schedule and workflow_dispatch only fire from the default | ||
| 24 | + # branch, so this trigger is the only way to exercise the workflow before | ||
| 25 | + # it merges. Drop this commit once the run has been verified. | ||
| 26 | + push: | ||
| 27 | + branches: | ||
| 28 | + - yevhenii/aigov-578-automate-updates-to-the-shipped-ai-model-price-book | ||
| 23 | 29 | ||
| 24 | 30 | permissions: {} | |
| 25 | 31 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments