Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/25Ericcheong/binq
Browse files Browse the repository at this point in the history
  • Loading branch information
25Ericcheong committed May 4, 2024
2 parents 5a05401 + 653693d commit 518dc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
path: "."

- run: echo "🍏 Build and save artifact status is a ${{ job.status }}"
- run: echo "🍏 Build and save artifact status is a ${{ job.status }} on ${{ github.ref }} branch"

job_2_deploy:
name: Deploy Website to GitHub Pages
Expand All @@ -56,7 +56,7 @@ jobs:
pages: write
id-token: write

if: github.ref == 'refs/heads/master' && github.event.pull_request.merged
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest

environment:
Expand Down

0 comments on commit 518dc23

Please sign in to comment.