Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1d5e1e4

Browse files
committedJul 24, 2024·
add workflow dispatch and cron
1 parent ff7abad commit 1d5e1e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- develop
77
- pk-actions
8+
workflow_dispatch:
9+
schedule:
10+
- cron: "0 12 * * *"
811

912
jobs:
1013
hello-world:

0 commit comments

Comments
 (0)
Please sign in to comment.