Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Oct 20, 2024
1 parent 257134d commit 84ad16f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Java 11 CI macOS (Apple)

on: [push,pull_request]
on:
push:
branches: [ "master" ]

jobs:
build:
Expand All @@ -16,4 +18,4 @@ jobs:
- name: Build with Gradle
run: ./gradlew assemble
- name: Test with Gradle
run: ./gradlew test
run: ./gradlew test

0 comments on commit 84ad16f

Please sign in to comment.