Update gradle.yml (#71)

This commit is contained in:
Joshua Darnell 2021-04-05 17:05:00 -07:00 committed by GitHub
parent ef10501763
commit e5549c84d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ name: Java CI with Gradle
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build:
@ -29,4 +29,4 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build and Run acceptance tests
run: ./gradlew build
run: ./gradlew build