Sfoglia il codice sorgente

github/workflows: fix branch name

Victor Seva 4 anni fa
parent
commit
4e6772d9c5
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.github/workflows/main.yml

@@ -3,10 +3,10 @@ name: build
 'on':
   push:
     branches:
-      - main
+      - master
   pull_request:
     branches:
-      - main
+      - master
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch:
 jobs: