Browse Source

ci: ignore perrelease site deploy (#30439)

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

4
.github/workflows/site-deploy.yml

@ -7,7 +7,7 @@ on:
jobs:
setup:
runs-on: ubuntu-latest
if: github.event.ref_type == 'tag'
if: github.event.ref_type == 'tag' && (contains(github.event.ref, '-') == false)
steps:
- name: checkout
uses: actions/checkout@master
@ -67,4 +67,4 @@ jobs:
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./_site
with:
emptyCommits: false
emptyCommits: false

Loading…
Cancel
Save