Skip to content

Commit 39ff97e

Browse files
author
nkowenski
committed
run build on pull request
1 parent 4ac5eb7 commit 39ff97e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/build.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66
- '*'
77
# echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
88
# echo "Tag name from github.ref_name: ${{ github.ref_name }}"
9-
9+
pull_request:
10+
types:
11+
- opened
1012
env:
1113
IMAGE_TAGS: ${{ github.ref_name }}
1214
REGISTRY_USER: clustersecret

0 commit comments

Comments
 (0)