Skip to content

Commit 1db1840

Browse files
authored
Do not run Vale on push. (#645)
Signed-off-by: dblock <[email protected]>
1 parent 552e5e4 commit 1db1840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/style.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Style
22

3-
on: [pull_request, push]
3+
on: [pull_request]
44

55
jobs:
66
check:

0 commit comments

Comments
 (0)