feat(ci): add ci paths (#134)

This commit is contained in:
OlivierDehaene 2023-03-23 18:01:30 +01:00 committed by GitHub
parent 7850119055
commit 603e20b5f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -8,6 +8,15 @@ on:
tags: tags:
- 'v*' - 'v*'
pull_request: pull_request:
paths:
- ".github/workflows/build.yaml"
- "server/**"
- "proto/**"
- "router/**"
- "launcher/**"
- "Cargo.lock"
- "rust-toolchain.toml"
- "Dockerfile"
branches: branches:
- 'main' - 'main'

View File

@ -8,6 +8,8 @@ on:
- "proto/**" - "proto/**"
- "router/**" - "router/**"
- "launcher/**" - "launcher/**"
- "Cargo.lock"
- "rust-toolchain.toml"
jobs: jobs:
run_tests: run_tests: