Skip to content

Commit e3aff76

Browse files
Update unit-tests-srv.yml
1 parent 3a81ccc commit e3aff76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit-tests-srv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Tests on srv server
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ feature/*, hotfix/* ]
6+
branches: [ feature/* , main, hotfix/* ]
77
pull_request:
8-
branches: [ master, release/* ]
8+
branches: [ main, release/* ]
99
env:
1010
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
1111
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}

0 commit comments

Comments
 (0)