Skip to content

Commit d8384f2

Browse files
committed
build(projects): trigger workflow on push
1 parent bfdee67 commit d8384f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update_data.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Update Projects Data
33
on:
44
schedule:
55
- cron: "0 0 * * *"
6+
push:
7+
paths:
8+
- "get_repos.py"
9+
- ".github/workflows/update_data.yaml"
610

711
jobs:
812
main:

0 commit comments

Comments
 (0)