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: on:
push: push:
branches: [ master ] branches: [ master ]
paths:
- api/**
- gameserver/**
- shared/**
- src/**
- build.gradle
pull_request: pull_request:
branches: [ master ] branches: [ master ]
paths:
- api/**
- gameserver/**
- shared/**
- src/**
- build.gradle
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest