Explorar o código

Update workflow

Bobholamovic %!s(int64=3) %!d(string=hai) anos
pai
achega
9f8ad25bbb
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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 }}