Skip to content

Commit 6fd3f8b

Browse files
committed
Add build-logic-improvements branch to GitHub Actions workflow for CI
1 parent 6c5bf31 commit 6fd3f8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- build-logic-improvements
67
jobs:
78
build:
89
if: github.repository_owner == 'IntellectualSites'
@@ -19,7 +20,7 @@ jobs:
1920
cache: gradle
2021
java-version: 21
2122
- name: Clean Build
22-
run: ./gradlew clean build --no-daemon
23+
run: ./gradlew build
2324
- name: Determine release status
2425
if: ${{ runner.os == 'Linux' }}
2526
run: |

0 commit comments

Comments
 (0)