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

pull/52/head^2
Joaquin "Florius" Azcarate 3 years ago committed by GitHub
parent 3a879edc23
commit 06d847dfa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save