Skip to content

Commit 30fc1e2

Browse files
Merge pull request #420 from OP-TED/feature/TED-626
Update unit-tests-srv.yml
2 parents 3a81ccc + e3aff76 commit 30fc1e2

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)