Skip to content

Commit 7b24b28

Browse files
committed
Disable branch trigger for Docker workflow in GitHub Actions
1 parent 07b122d commit 7b24b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
branches: ['main']
77
push:
8-
branches: ['main']
8+
# branches: ['main']
99
tags: ['v*']
1010

1111
# 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.

0 commit comments

Comments
 (0)