Skip to content

Commit 6df1ab5

Browse files
authored
Add run on push
1 parent 979c07f commit 6df1ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
workflow_dispatch: # allow to manually start the workflow
77

8-
# push: # (disabled) run on push, be carefull with this setting
8+
push: # (disabled) run on push, be carefull with this setting
99
# as the workflow should only be triggered at a rate lower than
1010
# 4 times a hour to keep traffic on aoc site low
1111
jobs:

0 commit comments

Comments
 (0)