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 7f526cc commit 71e1c56Copy full SHA for 71e1c56
.github/workflows/test.yml
@@ -4,23 +4,13 @@ on:
4
push:
5
branches:
6
- main
7
- paths:
8
- - '**.m?js'
9
- - '**.ts'
10
- - 'package.json'
11
- - 'package-lock.json'
12
- - 'tsconfig.json'
13
- - '.github/workflows/test.yml'
+ paths-ignore:
+ - README.md
14
pull_request:
15
16
17
18
19
20
21
22
23
24
25
concurrency:
26
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments