Fix latest buildx workflow
This commit is contained in:
parent
f055d0a656
commit
50e9bdf596
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildx-latest.yml
vendored
2
.github/workflows/buildx-latest.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: Buildx latest
|
name: Buildx latest
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
branches: [master]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- .github/workflows/build.yml
|
- .github/workflows/build.yml
|
||||||
- .github/workflows/buildx-branch.yml
|
- .github/workflows/buildx-branch.yml
|
||||||
|
|
Loading…
Reference in a new issue