Skip to content

Commit

Permalink
Merge pull request #3 from williamnadolski/changelog
Browse files Browse the repository at this point in the history
feat: add changelog
  • Loading branch information
williamnadolski authored Feb 5, 2024
2 parents 737aae2 + 10725d1 commit 5004fd1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Java CI with Gradle

on:
push:
branches: [ "main" ]
branches: [ "main", "changelog"]
pull_request:
branches: [ "main" ]

Expand All @@ -18,10 +18,14 @@ jobs:

runs-on: ubuntu-latest
permissions:
contents: read
contents: write

steps:
- uses: actions/checkout@v4

- name: Conventional Changelog Action
uses: TriPSs/[email protected]

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 5004fd1

Please sign in to comment.