We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27560d commit 2544312Copy full SHA for 2544312
2 files changed
.github/workflows/weekly-api-diff.yml
@@ -1,6 +1,8 @@
1
name: Weekly API Diff
2
3
on:
4
+ push:
5
+ branches: [tsdiff_script] # temporary: remove before merging to main
6
schedule:
7
- cron: '0 17 * * 1' # Monday 9am PST / 10am PDT (GH Actions cron is UTC)
8
workflow_dispatch: # manual trigger for testing
.github/workflows/weekly-chromatic.yml
name: Weekly Chromatic
0 commit comments