mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-31 09:57:21 +07:00
Update buildAndDeploy.yml
This commit is contained in:
parent
46a16b0336
commit
80ccc97cf1
2
.github/workflows/buildAndDeploy.yml
vendored
2
.github/workflows/buildAndDeploy.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
# This workflow contains a single job called "build"
|
||||
build:
|
||||
# We can't simply put !startsWith - see https://github.community/t/expression-syntax-for-not-startswith/17040
|
||||
if: startsWith(github.event.pull_request.body, "Update ") != true
|
||||
if: startsWith(github.event.pull_request.body, 'Update ') != true
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
|
Loading…
Reference in New Issue
Block a user