Skip to content

Commit

Permalink
Merge pull request #3079 from johannaengland/workflows/fix-branch-tests
Browse files Browse the repository at this point in the history
Fix branch specification for test workflow
  • Loading branch information
lunkwill42 authored Oct 4, 2024
2 parents e2772ed + edcc5ac commit a0c30ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- master
- '[1-9][0-9]*.[0-9]+.x'
- '[1-9][0-9]?.[0-9]+.x'
pull_request:
schedule: # Run daily at 08:00 CEST (06:00 UST)
- cron: '0 6 * * *'
Expand Down

0 comments on commit a0c30ea

Please sign in to comment.