don't run the release workflow when creating a tag
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -3,10 +3,9 @@ env:
|
|||||||
NAME: 'Release'
|
NAME: 'Release'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# the workflow is always triggered manually. This allows to test the apks
|
||||||
tags:
|
# before publishing the release and not having a broken tag in the repo if that test fails.
|
||||||
- "v1.*"
|
workflow_dispatch:
|
||||||
workflow_dispatch: # Allows manual triggering of the workflow
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build-release:
|
build-release:
|
||||||
|
|||||||
Reference in New Issue
Block a user