Skip to content

Commit b86fffa

Browse files
authored
Update PR Docker workflow to remove branch filter
Removed branch restriction for pull request workflow.
1 parent e42a62d commit b86fffa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/pr-docker.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
workflow_dispatch:
55
pull_request_target:
66
types: [opened, synchronize]
7-
branches:
8-
- master # or your default branch
97

108
env:
119
GH_TOKEN: ${{secrets.GH_TOKEN}}

0 commit comments

Comments
 (0)