Skip to content

Commit

Permalink
improvement on deploy pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsc0301 committed Sep 12, 2023
1 parent 9e57c74 commit 1132c86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:

- run: bun test

#only deploys de main branch
deploy:
name: Build and Deploy
runs-on: ubuntu-latest
needs: testing
if: github.ref == 'refs/heads/main'

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 1132c86

Please sign in to comment.