feat(ci): add ci paths

This commit is contained in:
OlivierDehaene 2023-03-23 18:00:28 +01:00
parent b49dbf2d88
commit 7fcbab25a0
2 changed files with 11 additions and 0 deletions

View File

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

View File

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