Skip to content

Commit 7c659a8

Browse files
author
rcsoyer
committed
investigate failure on pipelines
1 parent 764afd8 commit 7c659a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: Java CI with Gradle
99

1010
on:
1111
push:
12-
branches: [ "master" ]
12+
branches: ['main']
1313
pull_request:
14-
branches: [ "master" ]
14+
branches: ['main']
1515

1616
jobs:
1717
build:

0 commit comments

Comments
 (0)