We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3426dfa commit e5817f1Copy full SHA for e5817f1
.github/workflows/ci.yml
@@ -10,6 +10,8 @@ on:
10
push:
11
branches:
12
- master
13
+ tags:
14
+ - v*
15
16
jobs:
17
lint:
0 commit comments