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 a53d9f6 commit eca4ad2Copy full SHA for eca4ad2
.github/workflows/ci.yml
@@ -21,9 +21,15 @@ on: # yamllint disable-line rule:truthy
21
schedule:
22
- cron: '28 1,7,13,19 * * *'
23
push:
24
- branches: ['v[0-9]+-[0-9]+-test']
+ branches:
25
+ - v[0-9]+-[0-9]+-test
26
+ - providers-[a-z]+-?[a-z]*/v[0-9]+-[0-9]+
27
pull_request:
- branches: ['main', 'v[0-9]+-[0-9]+-test', 'v[0-9]+-[0-9]+-stable']
28
29
+ - main
30
31
+ - v[0-9]+-[0-9]+-stable
32
33
workflow_dispatch:
34
permissions:
35
# All other permissions are set to none
0 commit comments