diff --git a/.github/workflows/release-automation.yml b/.github/workflows/release-automation.yml index 699325809..4218e517c 100644 --- a/.github/workflows/release-automation.yml +++ b/.github/workflows/release-automation.yml @@ -1,11 +1,12 @@ name: Release Automation on: - create: + push: + tags: + - 'iceraven-*' jobs: release-automation: name: Create Release runs-on: ubuntu-latest - if: "contains(toJSON(github.event.ref_type), 'tag') && contains(toJSON(github.event.ref), 'iceraven')" steps: - name: Checkout repository uses: actions/checkout@v2