Skip to content

Commit

Permalink
removing main from workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sdl60660 committed Dec 27, 2024
1 parent 10e8c06 commit 9630699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Automated data update

on:
push:
branches: [ "test-workflows", "main" ]
branches: [ "test-workflows" ]
schedule:
- cron: '0 0 */2 * *' # runs once every two days

Expand Down

0 comments on commit 9630699

Please sign in to comment.