Skip to content

Commit

Permalink
Build pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
thepieterdc committed Nov 24, 2021
1 parent f3436db commit 1f19d56
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: Java

on:
pull_request:
branches:
- master

push:
branches:
- master

schedule:
- cron: '0 0 * * *'

Expand Down Expand Up @@ -33,4 +40,4 @@ jobs:
- name: Build the plugin using Gradle
run: ./gradlew buildPlugin
- name: Run the tests
run: ./gradlew test
run: ./gradlew test
7 changes: 7 additions & 0 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: Compatibility

on:
pull_request:
branches:
- master

push:
branches:
- master

schedule:
- cron: '0 0 * * *'

Expand Down

0 comments on commit 1f19d56

Please sign in to comment.