Skip to content

Commit

Permalink
ci: remove feat branch from deploy job config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaspence committed Jun 29, 2024
1 parent 6d550b3 commit 1d06bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build
on:
push:
branches: [ main, develop, "feat/github-pages" ]
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
Expand All @@ -22,7 +22,7 @@ jobs:
- run: yarn --frozen-lockfile
- run: yarn test
deploy:
if: github.ref == 'refs/heads/feat/github-pages'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: build

Expand Down

0 comments on commit 1d06bbc

Please sign in to comment.