Update github-actions.yml
This commit is contained in:
parent
c34d643f95
commit
21256746c3
1 changed files with 1 additions and 3 deletions
4
.github/workflows/github-actions.yml
vendored
4
.github/workflows/github-actions.yml
vendored
|
|
@ -3,7 +3,7 @@ name: release-coolify
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- main
|
||||
|
||||
jobs:
|
||||
make-it-coolifyed:
|
||||
|
|
@ -12,8 +12,6 @@ jobs:
|
|||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: main
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue