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 10a7fa3 commit 3a5527dCopy full SHA for 3a5527d
.github/workflows/build-test.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
branches: ['**']
6
push:
7
- branches: ['main']
+ branches: ['master', 'develop', 'release/*']
8
tags: [v*]
9
release:
10
types: [published]
0 commit comments