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

This commit is contained in:
2023-04-10 06:59:08 -06:00
committed by GitHub
parent 1389559bc6
commit c359188b3d
+5 -2
View File
@@ -2,9 +2,12 @@ name: Publish
on:
pull_request:
branches: '*'
branches:
- main
push:
branches: '*'
branches:
- main
- publish-test
jobs:
publish: