mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Fix workflows
This commit is contained in:
12
.github/workflows/CI.yml
vendored
12
.github/workflows/CI.yml
vendored
@@ -3,14 +3,14 @@ name: CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
paths-ignore:
|
||||||
|
- '.github/workflows/github-pages.yaml'
|
||||||
|
- 'doc/**'
|
||||||
|
- Dockerfile
|
||||||
|
- docker-compose.yml
|
||||||
|
- README.md
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths-ignore:
|
|
||||||
- '.github/workflows/github-pages.yaml'
|
|
||||||
- 'doc/**'
|
|
||||||
- Dockerfile
|
|
||||||
- docker-compose.yml
|
|
||||||
- README.md
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|||||||
12
.github/workflows/github-pages.yaml
vendored
12
.github/workflows/github-pages.yaml
vendored
@@ -7,15 +7,15 @@ on:
|
|||||||
# Triggers the workflow on push or pull request events but only for the "master" branch
|
# Triggers the workflow on push or pull request events but only for the "master" branch
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
|
paths-ignore:
|
||||||
|
- '.github/workflows/CI.yml'
|
||||||
|
- 'doc/**'
|
||||||
|
- Dockerfile
|
||||||
|
- docker-compose.yml
|
||||||
|
- README.md
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
paths-ignore:
|
|
||||||
- '.github/workflows/CI.yml'
|
|
||||||
- 'doc/**'
|
|
||||||
- Dockerfile
|
|
||||||
- docker-compose.yml
|
|
||||||
- README.md
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|||||||
Reference in New Issue
Block a user