Skip to content

Commit 15fe266

Browse files
committed
Update push patterns
1 parent b7402c8 commit 15fe266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
pull_request:
66
branches: main
77
push:
8-
branches: main
9-
tags: v*
8+
branches: [main]
9+
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.
1212
env:

0 commit comments

Comments
 (0)