Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/code-action-unification' into #29
Browse files Browse the repository at this point in the history
-PostConstructReturnType-QuickFix

for enabling the automated builds
  • Loading branch information
vaisakhkannan committed Oct 12, 2023
2 parents 0d5047a + 5621fd6 commit 4e2b899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: '**'
pull_request:
branches: [ main ]
branches: [ main, code-action-unification ]

jobs:
build:
Expand Down Expand Up @@ -62,4 +62,4 @@ jobs:
./**/*liberty-tools-intellij*.zip
./**/libs/*liberty-tools-intellij*.jar
if-no-files-found: warn
retention-days: 7
retention-days: 7

0 comments on commit 4e2b899

Please sign in to comment.