feat: add release build rule

This commit is contained in:
John Wang 2023-05-22 19:33:17 +08:00
parent 9a5ae9f51f
commit 68644666ac
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on:
branches:
- 'main'
- 'deploy/dev'
release:
types: [published]
jobs:
build-and-push:

View File

@ -5,6 +5,8 @@ on:
branches:
- 'main'
- 'deploy/dev'
release:
types: [published]
jobs:
build-and-push: