We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53123bd commit 7b43d8aCopy full SHA for 7b43d8a
.github/workflows/ci.yaml
@@ -4,13 +4,13 @@ on:
4
push:
5
branches:
6
- main
7
- - rel-*
+ - v[0-9]+
8
tags:
9
- v*
10
pull_request:
11
12
13
14
15
jobs:
16
Lint-Style:
.github/workflows/docs.yaml
@@ -4,11 +4,11 @@ on:
build:
0 commit comments