Update and rename test.yml to buildAndDeploy.yml

This commit is contained in:
Yair Morgenstern 2021-01-22 13:15:47 +02:00 committed by GitHub
parent ca99fb020e
commit 0820de268a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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