Explorar el Código

github/workflows: fix branch name

Victor Seva hace 4 años
padre
commit
4e6772d9c5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/main.yml

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

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