Skip to content

Commit

Permalink
Fix the workflow backport filter (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters committed Mar 28, 2022
1 parent ff9f159 commit 1910f52
Show file tree
Hide file tree
Showing 2 changed files with 3 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
1 change: 1 addition & 0 deletions CHANGES/703.misc.rst
@@ -0,0 +1 @@
Furter cleaned up github workflow event matching.

0 comments on commit 1910f52

Please sign in to comment.