We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4b4e2 commit e310e0cCopy full SHA for e310e0c
.github/workflows/lint.yml
@@ -5,7 +5,10 @@ permissions:
5
6
on:
7
push:
8
- # branches: main
+ tags-ignore:
9
+ - '*'
10
+ branches:
11
12
pull_request:
13
workflow_call:
14
workflow_dispatch:
.github/workflows/test.yml
0 commit comments