We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624848e commit c6b3f05Copy full SHA for c6b3f05
.github/workflows/lint.yml
@@ -2,6 +2,10 @@ name: lint
2
3
on:
4
push:
5
+ branches:
6
+ - 'master'
7
+ tags:
8
+ - 'v*'
9
pull_request:
10
11
concurrency:
0 commit comments