Trigger publish on PR and merge to main (#306)

This commit is contained in:
David Boreham 2023-04-10 06:59:08 -06:00 committed by GitHub
parent 1389559bc6
commit c359188b3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,12 @@ name: Publish
on:
pull_request:
branches: '*'
branches:
- main
push:
branches: '*'
branches:
- main
- publish-test
jobs:
publish: