Skip to content

Commit 2f46b5d

Browse files
Merge pull request #39 from mozilla/gha-run-tags
Github actions should run on tags
2 parents b56b6c3 + c16fbcb commit 2f46b5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-image.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Build Docker image
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
tags:
8+
- v[0-9]+.[0-9]+.[0-9]+
69

710
jobs:
811
prepare:

0 commit comments

Comments
 (0)