Skip to content

Commit 50ac66c

Browse files
authored
Change pull_request trigger from array to object
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent a59dff6 commit 50ac66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
release:
66
types: [published]
77

8-
pull_request: []
8+
pull_request: {}
99

1010
# On push to main we build and deploy images
1111
push:

0 commit comments

Comments
 (0)