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:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'LICENSE'
|
||||
repository_dispatch:
|
||||
types: [build]
|
||||
schedule:
|
||||
|
|
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'LICENSE'
|
||||
|
||||
env:
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
|
Loading…
Reference in a new issue