Fix actions for branches with in the name

This commit is contained in:
Jason Penilla 2021-07-27 01:01:12 -07:00 committed by Jason
parent 83a17da9a7
commit d7e9e6603b

View file

@ -1,8 +1,8 @@
name: Build Cloud
on:
push:
branches: "*"
tags-ignore: [ "*" ]
branches: [ "**" ]
tags-ignore: [ "**" ]
pull_request:
release:
types: [ released ]