Ver Fonte

Building for main branch only

hedger há 2 anos atrás
pai
commit
ba4e1f3182
1 ficheiros alterados com 5 adições e 1 exclusões
  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