Skip to content

Commit d3125df

Browse files
authored
Lint PRs
1 parent e0e257e commit d3125df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Lint Code Base
22

33
on:
4+
push:
5+
branches-ignore: [master]
46
pull_request:
5-
branches-ignore:
6-
- 'master'
7+
branches: [master]
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)