소스 검색

Update workflow

Bobholamovic 3 년 전
부모
커밋
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 }}