We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f20e3e commit b1e6c6bCopy full SHA for b1e6c6b
.github/workflows/test_actions.yml
@@ -3,6 +3,9 @@ name: Monthly Notebook Check
3
on:
4
# schedule:
5
# - cron: '0 8 1 * *' # Every month on the 1st at 08:00 UTC
6
+ push:
7
+ branches:
8
+ - chienyuanchang/test_github_actions
9
workflow_dispatch: # Allows manual run from GitHub UI
10
11
jobs:
0 commit comments