Skip to content

Commit b12a1fb

Browse files
authored
Update pr-docker.yaml
1 parent 39fdb59 commit b12a1fb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/pr-docker.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Build Docker Image on PR
22

33
on:
44
workflow_dispatch:
5-
pull_request:
6-
branches:
7-
- master # or your default branch
5+
pull_request_target:
6+
types: [opened, synchronize]
7+
branches:
8+
- master # or your default branch
89

910
env:
1011
GH_TOKEN: ${{secrets.GH_TOKEN}}

0 commit comments

Comments
 (0)