Skip to content

Commit e0ea1dc

Browse files
committed
ci: revert ci.yml to original triggers (pull_request_target moved to separate file)
1 parent 9f8d5b5 commit e0ea1dc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
branches: [develop]
55
pull_request:
66
branches: [develop, main]
7-
pull_request_target:
8-
branches: [develop, main]
97
workflow_dispatch:
108
inputs:
119
triggered-by:
@@ -14,8 +12,6 @@ on:
1412
type: string
1513
jobs:
1614
build:
17-
if: github.event_name \!= 'pull_request_target' || github.actor == 'dependabot[bot]'
1815
uses: fireflyframework/.github/.github/workflows/java-ci.yml@main
1916
with:
2017
java-version: '25'
21-
checkout-ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || '' }}

0 commit comments

Comments
 (0)