"model/vscode:/vscode.git/clone" did not exist on "603ceefaa67feee627e01cae1df1e0642e1c868f"
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:
tags:
- 'v*'
pull_request:
paths:
- ".github/workflows/build.yaml"
- "server/**"
- "proto/**"
- "router/**"
- "launcher/**"
- "Cargo.lock"
- "rust-toolchain.toml"
- "Dockerfile"
branches:
- 'main'
......
......@@ -8,6 +8,8 @@ on:
- "proto/**"
- "router/**"
- "launcher/**"
- "Cargo.lock"
- "rust-toolchain.toml"
jobs:
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