Browse Source

github/workflows: fix branch name

Victor Seva 4 năm trước cách đây
mục cha
commit
4e6772d9c5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: