Skip to content

Commit 70bc43b

Browse files
committedMar 18, 2025
lint: only run lint once on PRs
1 parent 112aafe commit 70bc43b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/lint.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Lint
2-
on: [push, pull_request]
2+
on:
3+
pull_request:
4+
push:
5+
branches: main
36
jobs:
47
lint:
58
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
Failed to load comments.