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