소스 검색

Building for main branch only

hedger 2 년 전
부모
커밋
ba4e1f3182
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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