Skip to content

Commit

Permalink
Merge pull request #35 from methridge:chore/workflow-updates
Browse files Browse the repository at this point in the history
chore: Updating workflow to trigger on PRs
  • Loading branch information
methridge authored Sep 24, 2024
2 parents 0f72c18 + 7725011 commit 3416b24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

permissions:
issues: write
Expand Down

0 comments on commit 3416b24

Please sign in to comment.