Skip to content

Commit 1a40d3d

Browse files
Update test_actions.yml
1 parent 00844f2 commit 1a40d3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +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
6+
push:
7+
branches:
8+
- chienyuanchang/test_github_actions
99
workflow_dispatch: # Allows manual run from GitHub UI
1010

1111
jobs:

0 commit comments

Comments
 (0)