We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a81ccc + e3aff76 commit 30fc1e2Copy full SHA for 30fc1e2
1 file changed
.github/workflows/unit-tests-srv.yml
@@ -3,9 +3,9 @@ name: Tests on srv server
3
on:
4
workflow_dispatch:
5
push:
6
- branches: [ feature/*, hotfix/* ]
+ branches: [ feature/* , main, hotfix/* ]
7
pull_request:
8
- branches: [ master, release/* ]
+ branches: [ main, release/* ]
9
env:
10
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
11
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
0 commit comments