Skip to content

Commit

Permalink
github action: fix branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
hrw committed Oct 25, 2023
1 parent 7a593ee commit 1ce6e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-tables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- cron: '0 1 * * 2' # Each tuesday
# also run on repo changes
push:
branches: [ "devel" ]
branches: [ "master" ]
pull_request:
branches: [ "devel" ]
branches: [ "master" ]


jobs:
Expand Down

0 comments on commit 1ce6e55

Please sign in to comment.