Skip to content

Commit b2a90db

Browse files
Trigger nightly on push
1 parent 7d8b919 commit b2a90db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nightly.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Nightly builds
2-
on:
3-
workflow_dispatch: # Allows manual trigger
2+
on: [push, workflow_dispatch]
3+
# on:
4+
# workflow_dispatch: # Allows manual trigger
45
# schedule:
56
# - cron: '0 0 * * *'
67
jobs:

0 commit comments

Comments
 (0)