Skip to content

Commit

Permalink
Improve GH action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Sep 6, 2024
1 parent 0332292 commit 5a30a85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
distribution: temurin

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Check
run: ./gradlew check
uses: gradle/actions/setup-gradle@v4

- name: Publish
run: ./gradlew publishToMavenCentral
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: push
on:
push:
branches:
- "**"

jobs:
check:
Expand Down

0 comments on commit 5a30a85

Please sign in to comment.