We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9f159 commit 1910f52Copy full SHA for 1910f52
.github/workflows/ci.yml
@@ -4,13 +4,12 @@ on:
4
push:
5
branches:
6
- master
7
- - ?.?* # matches to backport branches, e.g. 3.9
+ - '[0-9].[0-9]+' # matches to backport branches, e.g. 3.9
8
tags: [ 'v*' ]
9
pull_request:
10
11
12
- - ?.?*
13
- types: [opened, reopened]
14
schedule:
15
- cron: '0 6 * * *' # Daily 6AM UTC build
16
CHANGES/703.misc.rst
@@ -0,0 +1 @@
1
+Furter cleaned up github workflow event matching.
0 commit comments