Bobholamovic 2 лет назад
Родитель
Сommit
9f8ad25bbb
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      .github/workflows/build_and_test.yaml

+ 4 - 1
.github/workflows/build_and_test.yaml

@@ -1,13 +1,16 @@
 name: build and test
 
 on:
-  pull_request:
+  push:
     branches:
       - develop
     paths-ignore:
       - ".github/**"
       - "docs/**"
       - "README.md"
+  pull_request:
+    branches:
+      - develop
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}