diff --git a/.github/workflows/ci-site.yml b/.github/workflows/ci-site.yml index f2a59f39..e6b2d6bf 100644 --- a/.github/workflows/ci-site.yml +++ b/.github/workflows/ci-site.yml @@ -1,10 +1,11 @@ name: site on: + release: + types: [published] push: branches: - master - tags: paths: - ".github/workflows/ci-site.yml" - "site/**" @@ -133,7 +134,7 @@ jobs: name: Deploy site runs-on: ubuntu-latest needs: merge - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/master' || github.event_name == 'release' steps: - name: trigger deployment