Change tag trigger

pull/543/head iceraven-1.18.1
Adam Novak 2 years ago
parent 76f653ae72
commit 228f4338c5

@ -2,11 +2,13 @@ name: Release Automation
on:
push:
tags:
- 'iceraven-*'
- '*'
create:
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

Loading…
Cancel
Save