Skip to content

Commit

Permalink
only use pull_request_target (#2801)
Browse files Browse the repository at this point in the history
Signed-off-by: chipzoller <[email protected]>
  • Loading branch information
chipzoller authored Dec 1, 2023
1 parent ad05872 commit 03a5ef5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
workflow_dispatch: {}
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
pull_request:
branches:
- develop
# pull_request:
# branches:
# - develop

jobs:
test-chart:
Expand Down

0 comments on commit 03a5ef5

Please sign in to comment.