Skip to content

Commit

Permalink
Do not run Vale on push. (#645)
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock authored Oct 24, 2024
1 parent 552e5e4 commit 1db1840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Style

on: [pull_request, push]
on: [pull_request]

jobs:
check:
Expand Down

0 comments on commit 1db1840

Please sign in to comment.