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
|
name: Build Cloud
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: "*"
|
branches: [ "**" ]
|
||||||
tags-ignore: [ "*" ]
|
tags-ignore: [ "**" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
release:
|
release:
|
||||||
types: [ released ]
|
types: [ released ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue