mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-08 01:54:02 +07:00
"build and deploy" only activates on tag
This commit is contained in:
parent
5e88dbd7a1
commit
482aed4fdc
2
.github/workflows/buildAndDeploy.yml
vendored
2
.github/workflows/buildAndDeploy.yml
vendored
@ -9,8 +9,6 @@ on:
|
||||
tags:
|
||||
- '*' # This doesn't mean that it HAS to have a tag, only that the workflow triggers when we push a tag
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
Loading…
Reference in New Issue
Block a user