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 b6760f1 commit 2eec798Copy full SHA for 2eec798
.github/workflows/ci.yml
@@ -7,17 +7,13 @@ on:
7
- release-*
8
tags:
9
- 'v[0-9]+.[0-9]+.[0-9]+*'
10
- paths-ignore:
11
- - '**.md'
12
pull_request:
13
branches:
14
- main
15
types:
16
- opened
17
- reopened
18
- synchronize
19
20
21
22
defaults:
23
run:
.github/workflows/lint.yml
@@ -4,13 +4,9 @@ on:
4
push:
5
6
0 commit comments