Browse Source

fix: redundant jobs of github actions

pull/18800/head
orzyyyy 5 years ago
parent
commit
a19d338f08
  1. 3
      .github/workflows/deploy-site.yml

3
.github/workflows/deploy-site.yml

@ -1,8 +1,7 @@
name: Deploy website
on:
release:
actions:
- published
types: [published]
branches:
- master
jobs:

Loading…
Cancel
Save