Skip to content

Commit 6031241

Browse files
author
Tyler Coles
committed
Fix GitHub Action trying to use template variable.
1 parent 2dd163c commit 6031241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Java CI with Maven
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ $default-branch ]
6+
branches: [main]
77
pull_request:
8-
branches: [ $default-branch ]
8+
branches: [main]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)