fix: set release workflow to run on pull requests

This commit is contained in:
Elijah Potter 2024-09-10 15:23:24 -06:00
parent 133671262a
commit 97d8f23a25

View file

@ -3,6 +3,8 @@ name: Release
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
release: