mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-05 13:08:48 +07:00
Matrix build and deploy *only* for tags
This commit is contained in:
parent
bebdc46af9
commit
680da3232f
1
.github/workflows/buildAndDeploy.yml
vendored
1
.github/workflows/buildAndDeploy.yml
vendored
@ -8,7 +8,6 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- '*' # This doesn't mean that it HAS to have a tag, only that the workflow triggers when we push a tag
|
||||
branches: [ master ]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
1
.github/workflows/buildMultiplatform.yml
vendored
1
.github/workflows/buildMultiplatform.yml
vendored
@ -8,7 +8,6 @@ on:
|
||||
# Once when deploying a version is a good compromise.
|
||||
tags:
|
||||
- '*'
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user