mirror of
https://github.com/supanadit/todo.git
synced 2024-11-10 01:42:20 +00:00
ci: deploy filter by tag only
This commit is contained in:
parent
b074a2dbb6
commit
0f7396cd34
@ -22,9 +22,9 @@ jobs:
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
build-and-deploy:
|
||||
main:
|
||||
jobs:
|
||||
- build:
|
||||
filters:
|
||||
tags:
|
||||
only: /^v\d+\.\d+(\.\d+)?(-\S*)?$/
|
||||
only: /^\d+\.\d+\.\d+$/
|
||||
|
Loading…
Reference in New Issue
Block a user