We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fdb59 commit b12a1fbCopy full SHA for b12a1fb
1 file changed
.github/workflows/pr-docker.yaml
@@ -2,9 +2,10 @@ name: Build Docker Image on PR
2
3
on:
4
workflow_dispatch:
5
- pull_request:
6
- branches:
7
- - master # or your default branch
+ pull_request_target:
+ types: [opened, synchronize]
+ branches:
8
+ - master # or your default branch
9
10
env:
11
GH_TOKEN: ${{secrets.GH_TOKEN}}
0 commit comments