Skip to content

Commit

Permalink
Add on/pull_request CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yanorei32 committed Apr 30, 2024
1 parent e0ae8c4 commit 1d840db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Build
on:
pull_request:
paths:
- '.github/workflows/build.yml'
- 'src/**'
- 'gradle/**'
- 'gradlew'
- 'gradlew.bat'
- '*.gradle.kts'
push:
branches:
- master
Expand Down

0 comments on commit 1d840db

Please sign in to comment.