mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Only build if changes are relevant
This commit is contained in:
parent
77cfe6256a
commit
52b003d7fb
1 changed files with 12 additions and 0 deletions
12
.github/workflows/gradle.yml
vendored
12
.github/workflows/gradle.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue