Fix actions for branches with in the name
This commit is contained in:
parent
83a17da9a7
commit
d7e9e6603b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -1,8 +1,8 @@
|
|||
name: Build Cloud
|
||||
on:
|
||||
push:
|
||||
branches: "*"
|
||||
tags-ignore: [ "*" ]
|
||||
branches: [ "**" ]
|
||||
tags-ignore: [ "**" ]
|
||||
pull_request:
|
||||
release:
|
||||
types: [ released ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue