Skip to content

Commit

Permalink
Merge pull request #5 from Guysnacho/trigger-cicd
Browse files Browse the repository at this point in the history
Trigger deploy on push to main
  • Loading branch information
Guysnacho authored Nov 13, 2023
2 parents 94e6031 + 93bb827 commit 4db7651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
pull_request_review:
types: [submitted]
push:
branches: ['main']
name: 🚀 Deploy site on PR
jobs:
web-deploy:
Expand Down

0 comments on commit 4db7651

Please sign in to comment.