Skip to content

Commit

Permalink
Update GitHub Actions deployment workflow to trigger on push to maste…
Browse files Browse the repository at this point in the history
…r branch and remove pull request merge condition
  • Loading branch information
mbakgun committed Dec 3, 2024
1 parent a6ecaeb commit 579fac7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Deploy to GitHub Pages

on:
pull_request:
types: [closed]
push:
branches: [master]

jobs:
build-and-deploy:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 579fac7

Please sign in to comment.