Fix workflows

This commit is contained in:
2023-10-06 03:49:02 +00:00
committed by GitHub
parent f8bc3f1eae
commit 5c6af9ff8d
2 changed files with 12 additions and 12 deletions

View File

@@ -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

View File

@@ -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