Skip to content

Commit

Permalink
Change tag trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
interfect committed Oct 27, 2022
1 parent 76f653a commit 228f433
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 228f433

Please sign in to comment.