mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-26 07:59:10 -05:00
fix: updates CI config to only trigger on updated tags
This commit is contained in:
@@ -39,12 +39,16 @@ workflows:
|
||||
main:
|
||||
jobs:
|
||||
- build:
|
||||
branches:
|
||||
ignore: /.*/
|
||||
filters:
|
||||
tags:
|
||||
only: /^v.*/
|
||||
- deploy:
|
||||
requires:
|
||||
- build
|
||||
branches:
|
||||
ignore: /.*/
|
||||
filters:
|
||||
tags:
|
||||
only: /^v.*/
|
||||
|
||||
Reference in New Issue
Block a user