From ed913836a69763c891935c21509ed05542d8b986 Mon Sep 17 00:00:00 2001 From: brisberg Date: Thu, 6 Aug 2020 22:38:54 -0700 Subject: [PATCH] Renamed workflow, only triggered on Release branch --- .github/workflows/deploy.yml | 6 +++--- public/README.md | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f5a131a..a5aae1a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,12 +1,12 @@ -name: Deploy +name: Build and Deploy on: push: branches: - - gh-actions + - release jobs: - build_deploy: + build-and-deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/public/README.md b/public/README.md index bdceae3..86737d7 100644 --- a/public/README.md +++ b/public/README.md @@ -9,5 +9,3 @@ Explore the dark cellar beneith a creepy house to discover its secret. Travel the high seas, overcoming challenges in an Oregon Trail inspired game. [Play](journey) - -This is deployed from gh-actions branch \ No newline at end of file