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. 2
      .github/workflows/site-deploy.yml

2
.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

Loading…
Cancel
Save