Trigger publish on PR and merge to main (#306)
This commit is contained in:
parent
1389559bc6
commit
c359188b3d
@ -2,9 +2,12 @@ name: Publish
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: '*'
|
||||
branches:
|
||||
- main
|
||||
push:
|
||||
branches: '*'
|
||||
branches:
|
||||
- main
|
||||
- publish-test
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
Loading…
Reference in New Issue
Block a user