Browse Source

chore: run pipeline on all branches

jamesread 11 tháng trước cách đây
mục cha
commit
4a851355a8

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

@@ -7,6 +7,8 @@ on:
   push:
   push:
     tags:
     tags:
       - '*'
       - '*'
+    branches:
+      - '*'
 
 
 jobs:
 jobs:
   build:
   build: