Skip to content

Commit 1eddf12

Browse files
Add push workflow trigger
1 parent d381406 commit 1eddf12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/readme-stars.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Update readme ⭐️ progress
22

33
on:
4-
# !Please set a different minute than 51 if you enable this!
5-
# schedule:
6-
# - cron: "51 */6 * * *" # Every 6 hours
4+
push:
5+
branches:
6+
- main
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)