Browse Source

Building for main branch only

hedger 2 năm trước cách đây
mục cha
commit
ba4e1f3182
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      .github/workflows/build.yml

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

@@ -1,5 +1,9 @@
 name: "FAP: Build for multiple SDK sources"
-on: [push, pull_request]
+on:
+  push:
+    branches:
+      - main
+  pull_request:
 jobs:
   ufbt-build-action:
     runs-on: ubuntu-latest