mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +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:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '.github/workflows/github-pages.yaml'
|
||||
- 'doc/**'
|
||||
- Dockerfile
|
||||
- docker-compose.yml
|
||||
- README.md
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '.github/workflows/github-pages.yaml'
|
||||
- 'doc/**'
|
||||
- Dockerfile
|
||||
- docker-compose.yml
|
||||
- README.md
|
||||
|
||||
env:
|
||||
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
|
||||
push:
|
||||
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
|
||||
workflow_dispatch:
|
||||
paths-ignore:
|
||||
- '.github/workflows/CI.yml'
|
||||
- 'doc/**'
|
||||
- Dockerfile
|
||||
- docker-compose.yml
|
||||
- README.md
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
Reference in New Issue
Block a user