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 f5671c1 commit df5892aCopy full SHA for df5892a
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
# filtering branches here prevents duplicate builds from pull_request and push
8
branches:
9
- master
10
- - 'v*'
+ - 'release-*'
11
# always run CI for tags
12
tags:
13
- '*'
0 commit comments