fix: malformed CI config

This commit is contained in:
Mark Mankarious
2023-03-22 00:30:44 +00:00
parent b1dd426fbe
commit 73c795bdb7

View File

@@ -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.*/