Skip to content

Commit 57cc38b

Browse files
authored
[chore] do not run test CI on push events.
resolves #205
1 parent 36abdef commit 57cc38b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "Test cpp-linter-action"
22

33
on:
4-
push:
5-
branches: main
6-
paths-ignore: "docs/**"
4+
# push:
5+
# branches: main
6+
# paths-ignore: "docs/**"
77
pull_request_target:
88
branches: main
99
paths-ignore: "docs/**"

0 commit comments

Comments
 (0)