Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Renamed workflow, only triggered on Release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
brisberg committed Aug 7, 2020
1 parent 867504e commit ed91383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions public/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ed91383

Please sign in to comment.