Only run the backend CI when a change happens in the server (#73)

This commit is contained in:
Joaquin "Florius" Azcarate 2022-04-05 19:24:26 +02:00 committed by GitHub
parent 3a879edc23
commit 06d847dfa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,11 @@
name: Server CI
on: push
on:
push:
paths:
- 'server/**'
- '.github/workflows/**'
jobs:
build: