We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef8e40 commit 8d42602Copy full SHA for 8d42602
.github/workflows/integration.yml
@@ -15,8 +15,8 @@ on:
15
pull_request:
16
branches:
17
- master
18
- - '[0-9].[0-9]'
19
- '[0-9].x'
+ - '[0-9].[0-9].x'
20
schedule:
21
- cron: '0 1 * * *' # nightly build
22
.github/workflows/snapshot.yml
@@ -6,7 +6,8 @@ on:
6
push:
7
8
9
+ - '[0-9].x'
10
11
12
jobs:
13
0 commit comments