Sfoglia il codice sorgente

Use master branch for build workflow

arkon 4 anni fa
parent
commit
931efed784
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -2,7 +2,7 @@ name: CI
 on:
   push:
     branches:
-      - dev
+      - master
     tags:
       - v*
   pull_request: