Skip to content

Commit ede33f4

Browse files
authored
update trigger for integration tests
1 parent 77d95d6 commit ede33f4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/integration-testing.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Secure Integration test
22

33
on:
4+
push:
5+
branches: [ main ]
6+
tags:
7+
- 'v*'
48
pull_request:
5-
pull_request_target:
6-
branches: main
9+
branches: [ main ]
710

811
jobs:
912
authorization-check:

0 commit comments

Comments
 (0)