Skip to content

Commit f1dd41f

Browse files
authored
Update workflow triggers for update-issues.yml (#430)
1 parent e09e94e commit f1dd41f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-issues.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: update-issues
22
on:
3-
# Runs daily at 05:55 UTC, or manually triggered
3+
# Runs daily at 05:55 UTC, on pushes to main, or when manually triggered
44
schedule:
55
- cron: "55 5 * * *"
6+
push:
7+
branches:
8+
- main
69
workflow_dispatch:
710
jobs:
811
build:

0 commit comments

Comments
 (0)