Skip to content

Commit 812a283

Browse files
Merge pull request #53 from TheGiddyLimit/bugfix/release-on-tag
2 parents c563b39 + 8184904 commit 812a283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-master.yaml renamed to .github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build and Deploy
22

33
on:
44
push:
5-
branches:
6-
- master
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
77

88
jobs:
99
build-and-deploy:

0 commit comments

Comments
 (0)