Skip to content

Commit

Permalink
Fix the workflow backport filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters committed Mar 28, 2022
1 parent 8c49920 commit 96e4560
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -4,13 +4,12 @@ on:
push:
branches:
- master
- ?.?* # matches to backport branches, e.g. 3.9
- '[0-9].[0-9]+' # matches to backport branches, e.g. 3.9
tags: [ 'v*' ]
pull_request:
branches:
- master
- ?.?*
types: [opened, reopened]
- '[0-9].[0-9]+' # matches to backport branches, e.g. 3.9
schedule:
- cron: '0 6 * * *' # Daily 6AM UTC build

Expand Down

0 comments on commit 96e4560

Please sign in to comment.