Add Dockerfile

This commit is contained in:
2023-10-06 02:44:28 +00:00
committed by GitHub
parent cba01ea50c
commit 115019cfd3
3 changed files with 79 additions and 0 deletions

View File

@@ -5,6 +5,12 @@ on:
branches: [ master ]
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

@@ -10,6 +10,12 @@ on:
# 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