Update to trigger on tag push

This commit is contained in:
Barichello 2022-01-17 09:15:48 -03:00
parent c70574e255
commit 36e10c10a7
No known key found for this signature in database
GPG Key ID: 29197D315AE4FF67
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
name: Build
on:
release:
types:
- created
push:
tags:
- '*'
env:
NORTHSTAR_VERSION: ${GITHUB_REF##*/}
NORTHSTAR_VERSION: ${{github.ref_name}}
jobs:
build-launcher: