Skip to content

Commit

Permalink
build: change build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Mar 11, 2024
1 parent 03f8558 commit c24409e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@ name: Java CI with Gradle

on:
push:
branches: [ "master", "action" ]
paths:
- .github/workflows/build.yml
- Allay-API/src/**
- Allay-Server/src/**
- Allay-Data/**
pull_request:
branches: [ "master", "action" ]
paths:
- .github/workflows/build.yml
- Allay-API/src/**
- Allay-Server/src/**
- Allay-Data/**
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit c24409e

Please sign in to comment.