Skip to content

Commit adda31d

Browse files
author
Valentin Schneider-Lunitz
committed
fix: change pull request trigger to pull_request for CI workflow
1 parent e17b8e7 commit adda31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Lint and validate OpenAPI specs
22
on:
33
- push
4-
- pull_request_target
4+
- pull_request
55
jobs:
66
lint:
77
name: Lint OpenAPI definition

0 commit comments

Comments
 (0)