Skip to content

Commit b1e6c6b

Browse files
Update test_actions.yml
1 parent 0f20e3e commit b1e6c6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_actions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Monthly Notebook Check
33
on:
44
# schedule:
55
# - cron: '0 8 1 * *' # Every month on the 1st at 08:00 UTC
6+
push:
7+
branches:
8+
- chienyuanchang/test_github_actions
69
workflow_dispatch: # Allows manual run from GitHub UI
710

811
jobs:

0 commit comments

Comments
 (0)