Skip to content

Commit 915fe1b

Browse files
authored
Trigger vale only on PRs
1 parent 233e372 commit 915fe1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: Lint
55
# Controls when the workflow will run
66
on:
77
# Triggers the workflow on push or pull request events but only for the "main" branch
8-
push:
9-
branches: [ "main" ]
8+
#push:
9+
# branches: [ "main" ]
1010
pull_request:
1111
branches: [ "main" ]
1212

0 commit comments

Comments
 (0)