Unverified Commit 603e20b5 authored by OlivierDehaene's avatar OlivierDehaene Committed by GitHub
Browse files

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

parent 78501190
...@@ -8,6 +8,15 @@ on: ...@@ -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'
......
...@@ -8,6 +8,8 @@ on: ...@@ -8,6 +8,8 @@ on:
- "proto/**" - "proto/**"
- "router/**" - "router/**"
- "launcher/**" - "launcher/**"
- "Cargo.lock"
- "rust-toolchain.toml"
jobs: jobs:
run_tests: run_tests:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment