2
0
Эх сурвалжийг харах

github/workflows: fix branch name

Victor Seva 4 жил өмнө
parent
commit
4e6772d9c5

+ 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: