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 c78aa7d commit b826353Copy full SHA for b826353
.github/workflows/build.yml
@@ -2,7 +2,10 @@ name: Build
2
3
on:
4
push:
5
- branches: [ develop, master ]
+ branches:
6
+ - develop
7
+ - master
8
+ - 'releases/**'
9
pull_request:
10
release:
11
types: [ published ]
.github/workflows/golangci-lint.yml
@@ -6,6 +6,7 @@ on:
branches:
- master
- develop
12
env:
0 commit comments