mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-03 04:45:34 +07:00
Update and rename test.yml to buildAndDeploy.yml
This commit is contained in:
parent
ca99fb020e
commit
0820de268a
@ -1,6 +1,6 @@
|
||||
# This is a basic workflow to help you get started with Actions
|
||||
|
||||
name: CI
|
||||
name: Build and deploy
|
||||
|
||||
# Controls when the action will run.
|
||||
on:
|
||||
@ -20,6 +20,7 @@ jobs:
|
||||
# This workflow contains a single job called "build"
|
||||
build:
|
||||
# The type of runner that the job will run on
|
||||
if: !startsWith(github.event.pull_request.body, "Update ")
|
||||
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