Browse Source

deploy-nightly.yml: reference to master branch

pull/1374/head
Philip H. 8 months ago
committed by GitHub
parent
commit
942f35916c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/deploy-nightly.yml

2
.github/workflows/deploy-nightly.yml

@ -16,7 +16,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: production ref: master
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3

Loading…
Cancel
Save