Skip to content

Commit

Permalink
chore: Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Tien Yu Lin <[email protected]>
  • Loading branch information
Xanonymous-GitHub authored Jul 14, 2024
1 parent 24259fc commit 147929d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# This is a basic workflow to help you get started with Actions
name: Gradle CI

name: Build

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
Expand All @@ -26,3 +22,10 @@ jobs:

- name: Run build
run: ./gradlew build

- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3
with:
build-scan-publish: true
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
build-scan-terms-of-use-agree: "yes"

0 comments on commit 147929d

Please sign in to comment.