We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd9162 commit 7e62bdcCopy full SHA for 7e62bdc
2 files changed
.github/workflows/arm-cd.yml
@@ -17,9 +17,10 @@ name: ARM CD
17
18
on:
19
push:
20
- tags: v2.*
+ tags:
21
+ - v2.**
22
schedule:
- cron: '0 8 * * *'
23
+ - cron: '0 8 * * *'
24
25
jobs:
26
build:
.github/workflows/arm-ci.yml
@@ -18,7 +18,9 @@ name: ARM CI
pull_request:
types: [opened, synchronize, reopened]
- branches: [master, r2.*]
+ branches:
+ - master
+ - r2.**
0 commit comments