Skip to content

Commit

Permalink
Update workflow to run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
aglitchman authored May 1, 2024
1 parent 71c46e8 commit 9ad656c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- '*'
pull_request:
types: [opened, reopened]

jobs:
build-and-deploy:
Expand Down

0 comments on commit 9ad656c

Please sign in to comment.