Skip to content

Commit

Permalink
fix: add push to main trigger for workflow that deploys backend to re…
Browse files Browse the repository at this point in the history
…view
  • Loading branch information
nutrina committed Jul 26, 2024
1 parent ce257f1 commit 68e53bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_deploy_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
type: string
required: false

push:
branches: [main]

jobs:
test:
name: Test
Expand Down

0 comments on commit 68e53bb

Please sign in to comment.