chore: Don't run release pipeline on PR branches
This commit is contained in:
parent
8b2b85c3d0
commit
c89579840b
|
|
@ -8,7 +8,8 @@ on:
|
|||
tags:
|
||||
- '*'
|
||||
branches:
|
||||
- '*'
|
||||
- main
|
||||
- next
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in New Issue