Skip to content

Commit

Permalink
dev: remove paths-ignore from changelog-checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Nov 5, 2023
1 parent 916ac20 commit a5197bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/changelog-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
name: Changelog Check
on:
pull_request:
paths-ignore:
- "README.md"
- "CHANGELOG.md"
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

jobs:
Expand All @@ -18,7 +15,6 @@ jobs:
- run: echo "🐧 Job running on ${{ runner.os }} server"
- run: echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"

# Git Checkout
- name: Checkout Code
uses: actions/checkout@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

# Unreleased
## Changed
- dev: changelog-check checkout action v4 with sparse-checkout
- dev: changelog-check remove paths-ignore

## Added
- button link to Clojure CLI releases changelog to view available versions
Expand Down

0 comments on commit a5197bb

Please sign in to comment.