Skip to content

Commit 10f4842

Browse files
Update o2-linter.yml
1 parent b6545de commit 10f4842

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/o2-linter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# Find issues in O2 code
33
name: O2 linter
44

5-
on: [pull_request_target, push]
5+
#"on": [pull_request_target, push]
6+
on:
7+
pull_request_target:
68
permissions: {}
79
env:
810
BRANCH_MAIN: master

0 commit comments

Comments
 (0)