hedger 2 лет назад
Родитель
Сommit
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