Skip to content

Commit 9110a7b

Browse files
committed
fix: add latest_changes.yml
1 parent c2d9e69 commit 9110a7b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/latest_changes.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: Run Python Script and Update README
22

33
on:
44
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
workflow_dispatch:
511

612
jobs:
713
run-script:

0 commit comments

Comments
 (0)