Skip to content

Commit 04a9a04

Browse files
feat: add pull_request_target in workflow on branch definition(#41)
1 parent fdefdfc commit 04a9a04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-on-branch.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- kubernetes-manifests/**
1111
- skaffold.yaml
1212
- src/**
13+
pull_request_target:
14+
types: [opened, synchronize, reopened]
1315

1416
workflow_call:
1517
secrets:
@@ -21,6 +23,7 @@ env:
2123
SKAFFOLD_VERSION: 2.13.2
2224

2325
jobs:
26+
2427
snyk:
2528
uses: ./.github/workflows/snyk.yaml
2629
permissions:

0 commit comments

Comments
 (0)