mirror of
https://github.com/atmoz/sftp.git
synced 2024-11-17 12:51:33 -05:00
Ignore files
This commit is contained in:
parent
fcf2fd1b32
commit
dd3bdc7a4c
1 changed files with 8 additions and 0 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -4,7 +4,15 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 12 * * *"
|
- cron: "0 12 * * *"
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- "*.md"
|
||||||
|
- "*.txt"
|
||||||
|
- "*.png"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- "*.md"
|
||||||
|
- "*.txt"
|
||||||
|
- "*.png"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: atmoz/sftp
|
IMAGE_NAME: atmoz/sftp
|
||||||
|
|
Loading…
Reference in a new issue