Skip to content

Commit 2fc8cab

Browse files
committed
[Studio] pull_request_target tests
1 parent 846f304 commit 2fc8cab

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/behat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- '*.php'
1010
- 'src/**'
1111
- '.github/workflows/behat.yml'
12-
pull_request:
12+
pull_request_target:
1313
branches: [ '5.0', 'next' ]
1414
paths:
1515
- 'composer.json'

.github/workflows/behat_ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- '*.php'
1010
- 'src/**'
1111
- '.github/workflows/behat_ui.yml'
12-
pull_request:
12+
pull_request_target:
1313
branches: [ '5.0', 'next' ]
1414
paths:
1515
- 'composer.json'

.github/workflows/frontend-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CoreShop Studio Frontend Build
33
on:
44
push:
55
branches: [ '4.0', '4.1', '5.0', 'next', 'studiov2' ]
6-
pull_request:
6+
pull_request_target:
77
branches: [ '4.0', '4.1', '5.0', 'next', 'studiov2' ]
88

99
jobs:

.github/workflows/packages_bundles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- 'src/CoreShop/Bundle/**'
77
- '.github/workflows/packages_bundles.yml'
8-
pull_request:
8+
pull_request_target:
99
branches: [ '5.0', 'next' ]
1010
paths:
1111
- 'src/CoreShop/Bundle/**'

.github/workflows/packages_components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- 'src/CoreShop/Component/**'
77
- '.github/workflows/packages_components.yml'
8-
pull_request:
8+
pull_request_target:
99
branches: [ '5.0', 'next' ]
1010
paths:
1111
- 'src/CoreShop/Component/**'

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- '*.xml'
1212
- 'composer.json'
1313
- '.github/workflows/static.yml'
14-
pull_request:
14+
pull_request_target:
1515
branches: [ '5.0', 'next' ]
1616
paths:
1717
- 'features/**'

0 commit comments

Comments
 (0)