Skip to content

Commit 9702558

Browse files
committed
Only build upon push to main branch, not PR
Just had to have it there to test that it would work before pushing to main :)
1 parent 57f8c22 commit 9702558

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ name: Create and publish a Docker image
44
on:
55
push:
66
branches: ['main']
7-
pull_request:
8-
branches: ['main']
97

108
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
119
env:

0 commit comments

Comments
 (0)