Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy authored May 7, 2024
1 parent 4ba91f3 commit b6ea79f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: CI
name: Presubmit

on:
pull_request:
push:
branches:
- 'main'
workflow_dispatch:
- main
pull_request:
branches:
- main

jobs:
build:
Expand All @@ -17,4 +18,4 @@ jobs:
distribution: 'zulu'
java-version: 17
- uses: gradle/actions/setup-gradle@v3
- run: ./gradlew build
- run: ./gradlew build

0 comments on commit b6ea79f

Please sign in to comment.