chore: Don't run release pipeline on PR branches

This commit is contained in:
jamesread 2025-10-24 22:14:00 +01:00
parent 8b2b85c3d0
commit c89579840b
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ on:
tags:
- '*'
branches:
- '*'
- main
- next
jobs:
build: