make CI only run when affected

This commit is contained in:
saji 2024-03-08 21:59:22 -06:00
parent 9e9081fa4a
commit 48b40ee30f
2 changed files with 8 additions and 3 deletions

View file

@ -3,10 +3,12 @@ name: Go
on:
push:
branches: [ "master" ]
paths:
- "**.go"
jobs:
build:
build-gotelem:
runs-on: ubuntu-latest
strategy:
matrix:

View file

@ -1,9 +1,12 @@
name: Node.js CI
on: [push]
on:
push:
paths:
- "web/**"
jobs:
build:
build-openmct:
runs-on: ubuntu-latest
defaults: