We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c9ed9 commit 3d09a8eCopy full SHA for 3d09a8e
.github/workflows/test-integration.yml
@@ -2,7 +2,7 @@ name: test-integration
2
on:
3
pull_request:
4
push:
5
- branches: [ master, develop, feature/*, bugfix/* ]
+ branches: [ main, feature/*, bugfix/*, release/* ]
6
jobs:
7
build:
8
runs-on: ubuntu-latest
0 commit comments