소스 검색

Merge pull request #322 from CloudVE/pull_request_target

pull_request to pull_request_target for tests
Nuwan Goonasekera 2 년 전
부모
커밋
6a4d98c00a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/integration.yaml

+ 1 - 1
.github/workflows/integration.yaml

@@ -5,7 +5,7 @@ on:
   push:
     branches:
     - main
-  pull_request:
+  pull_request_target:
     branches:
       - main
   workflow_dispatch: {}