wip/packer

This commit is contained in:
Radon Rosborough 2020-10-07 21:18:27 -07:00
parent 418ddf3743
commit 1f268acd86
1 changed files with 2 additions and 2 deletions

View File

@ -30,12 +30,12 @@ workflows:
- build: - build:
filters: filters:
branches: branches:
ignore: master ignore: wip/packer
tags: tags:
ignore: /.*/ ignore: /.*/
- build_and_deploy: - build_and_deploy:
filters: filters:
branches: branches:
only: master only: wip/packer
tags: tags:
ignore: /.*/ ignore: /.*/