Update: only run CodeQL and Integration actions if code changed

This commit is contained in:
Nicholas Wallace 2024-11-08 11:20:02 -07:00
parent 850ed48955
commit 1fa67535f9
2 changed files with 52 additions and 32 deletions

View file

@ -5,6 +5,13 @@ on:
push:
branches-ignore:
- 'dependabot/**' # Don't run dependabot branches, as they are already covered by pull requests
# Only build when files in these directories have been changed
paths:
- client/**
- server/**
- test/**
- index.js
- package.json
jobs:
build: