Browse Source

use correct branch for workflow

pull/1619/head
Bernd Storath 2 months ago
parent
commit
e2f6ad5005
  1. 2
      .github/workflows/deploy-development.yml
  2. 2
      .github/workflows/deploy-pr.yml

2
.github/workflows/deploy-development.yml

@ -13,8 +13,6 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4
with:
ref: master
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

2
.github/workflows/deploy-pr.yml

@ -14,8 +14,6 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4
with:
ref: master
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Loading…
Cancel
Save