Skip to content

Commit 848f5af

Browse files
committed
ci: update workflow
1 parent 90a5d92 commit 848f5af

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build, Gates and Pull Request
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
branches:
66
- develop
77
types:

.github/workflows/cd-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and Publish Release
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
branches:
66
- master
77
types:

.github/workflows/cd-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build, Publish Snapshot and Pull Request
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
branches:
66
- release/**
77
types:

0 commit comments

Comments
 (0)