Ignore LICENSE file because NPOTB
Signed-off-by: nanake <nanake@users.noreply.github.com>
This commit is contained in:
parent
b0600d251c
commit
e99b3f7772
2 changed files with 2 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
- 'LICENSE'
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [build]
|
types: [build]
|
||||||
schedule:
|
schedule:
|
||||||
|
|
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
||||||
- master
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
- 'LICENSE'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_BUILDKIT: 1
|
DOCKER_BUILDKIT: 1
|
||||||
|
|
Loading…
Reference in a new issue