Skip to content

Commit 0a7a914

Browse files
authored
Merge pull request jitpack#3 from jassu2017:setting-a-schedule-to-trigger-a-wf
setting-a-schedule-to-trigger-a-wf
2 parents 397729b + cf92ecc commit 0a7a914

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/action.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Action Workflow
2-
on: # example of hithub event's types.it can be put as object instead of aaray
3-
push:
4-
pull_request:
5-
types: [closed, assigned, opened, reopened]
2+
on:
3+
schedule:
4+
- cron: "20 * * * *"
65
jobs:
76
run-github-actions:
87
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)