Skip to content

Commit a5eaefe

Browse files
authored
GitHub Actions: Do not run Update Data workflow on push (#5)
1 parent 697d115 commit a5eaefe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/update-data.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
workflow_dispatch:
55
schedule:
66
- cron: '13 3 * * 1' # Weekly on Monday
7-
push:
8-
branches:
9-
- main
107

118
concurrency:
129
group: ${{ github.workflow }}-${{ github.ref_name }}

0 commit comments

Comments
 (0)