mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-25 04:40:06 +03:00
CI: fixup dev deploy too
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
This commit is contained in:
parent
942f35916c
commit
067b7bcf84
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy-development.yml
vendored
2
.github/workflows/deploy-development.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: production
|
||||
ref: master
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
|
2
.github/workflows/deploy-pr.yml
vendored
2
.github/workflows/deploy-pr.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: production
|
||||
ref: master
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue