mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 08:31:16 -04: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