Parcourir la source

chore: Don't run release pipeline on PR branches (#665)

James Read il y a 8 mois
Parent
commit
2a764acde6
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      .github/workflows/build-and-release.yml

+ 2 - 1
.github/workflows/build-and-release.yml

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