This commit is contained in:
2023-10-06 05:15:06 +00:00
committed by GitHub
parent a617f0b8eb
commit aa7cdf46e0
6 changed files with 30 additions and 1 deletions

View File

@@ -4,11 +4,15 @@ on:
push:
branches: [ "master" ]
paths-ignore:
- '.github/workflows/CI.yaml'
- '.github/workflows/CI.yml'
- '.github/workflows/github-pages.yaml'
- 'doc/**'
- README.md
concurrency:
group: "docker"
cancel-in-progress: false
jobs:
deploy:
runs-on: ubuntu-latest