Skip to content

Commit

Permalink
changed to build action on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlee348 committed Nov 26, 2024
1 parent ce523a9 commit 1bc3882
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: build app

on:
push:
branches:
- master
- '**'

jobs:
build:
Expand All @@ -29,7 +27,8 @@ jobs:
- name: Touch CNAME
run: echo "recovery.sequence.app" > ./dist/CNAME

- name: Push
- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/master'
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
Expand Down

0 comments on commit 1bc3882

Please sign in to comment.