Browse Source

Update site-deploy.yml

pull/42124/head
MadCcc 2 years ago
committed by GitHub
parent
commit
c6546e0f92
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/site-deploy.yml

2
.github/workflows/site-deploy.yml

@ -13,7 +13,7 @@ permissions:
jobs: jobs:
setup: setup:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/') && (contains(github.ref_name, '-') == false) if: (startsWith(github.ref, 'refs/tags/') && (contains(github.ref_name, '-') == false)) || github.event_name == 'workflow_dispatch'
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3

Loading…
Cancel
Save