mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
fix: malformed CI config
This commit is contained in:
@@ -39,16 +39,16 @@ workflows:
|
||||
main:
|
||||
jobs:
|
||||
- build:
|
||||
branches:
|
||||
ignore: /.*/
|
||||
filters:
|
||||
branches:
|
||||
ignore: /.*/
|
||||
tags:
|
||||
only: /^v.*/
|
||||
- deploy:
|
||||
requires:
|
||||
- build
|
||||
branches:
|
||||
ignore: /.*/
|
||||
filters:
|
||||
branches:
|
||||
ignore: /.*/
|
||||
tags:
|
||||
only: /^v.*/
|
||||
|
||||
Reference in New Issue
Block a user