diff --git a/.github/workflows/cd-integration.yml b/.github/workflows/cd-integration.yml index 4cc2456..dd77edb 100644 --- a/.github/workflows/cd-integration.yml +++ b/.github/workflows/cd-integration.yml @@ -1,7 +1,7 @@ name: Build, Gates and Pull Request on: - pull_request_target: + pull_request: branches: - develop types: diff --git a/.github/workflows/cd-release.yml b/.github/workflows/cd-release.yml index 0ff6f8c..83f36da 100644 --- a/.github/workflows/cd-release.yml +++ b/.github/workflows/cd-release.yml @@ -1,7 +1,7 @@ name: Build and Publish Release on: - pull_request_target: + pull_request: branches: - master types: diff --git a/.github/workflows/cd-snapshot.yml b/.github/workflows/cd-snapshot.yml index 6a4e721..7099eb0 100644 --- a/.github/workflows/cd-snapshot.yml +++ b/.github/workflows/cd-snapshot.yml @@ -1,7 +1,7 @@ name: Build, Publish Snapshot and Pull Request on: - pull_request_target: + pull_request: branches: - release/** types: