Skip to content

Commit d7f11e5

Browse files
committed
add workflow dispatch trigger
1 parent 94b1e11 commit d7f11e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update_coc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Update Code of Conduct
22

33
on:
4-
# push:
5-
# pull_request:
4+
workflow_dispatch:
65
# Run every Sunday at midnight UTC (00:00) - triggered by webhook?
76
schedule:
87
- cron: '0 0 * * 0'

0 commit comments

Comments
 (0)