mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-03 20:48:49 -04: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:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*' # This doesn't mean that it HAS to have a tag, only that the workflow triggers when we push a tag
|
- '*' # 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
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
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.
|
# Once when deploying a version is a good compromise.
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user