Skip to content

Commit 5d23f46

Browse files
authored
Merge pull request #92 from UiPath/cristipufu-patch-1
chore: update ci.yaml
2 parents 0dd566c + b296b1b commit 5d23f46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request_target:
7+
pull_request:
88
types:
99
- opened
1010
- synchronize
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
commit-lint:
17-
if: ${{ github.event_name == 'pull_request_target' }}
17+
if: ${{ github.event_name == 'pull_request' }}
1818
uses: ./.github/workflows/commitlint.yml
1919
lint:
2020
uses: ./.github/workflows/lint.yml

0 commit comments

Comments
 (0)