Only build if changes are relevant

This commit is contained in:
Kuroppoi 2022-01-14 05:28:59 +01:00 committed by GitHub
parent 77cfe6256a
commit 52b003d7fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,20 @@ name: build
on:
push:
branches: [ master ]
paths:
- api/**
- gameserver/**
- shared/**
- src/**
- build.gradle
pull_request:
branches: [ master ]
paths:
- api/**
- gameserver/**
- shared/**
- src/**
- build.gradle
jobs:
build:
runs-on: ubuntu-latest