Browse Source

deploy-nightly.yml: reference to master branch

pull/1374/head
Philip H. 7 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:
- uses: actions/checkout@v4
with:
ref: production
ref: master
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Loading…
Cancel
Save