Sfoglia il codice sorgente

Building for main branch only

hedger 2 anni fa
parent
commit
ba4e1f3182
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  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