Skip to content

Commit

Permalink
Stop triggering workflows when only changelog was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Feb 13, 2024
1 parent 4399211 commit 2392268
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/monorepo-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- 1.x
tags:
- '*'
paths-ignore:
- 'CHANGELOG.md'

env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
workflow_dispatch:
push:
branches: [ 1.x ]

paths-ignore:
- 'CHANGELOG.md'
jobs:
publish-website:
name: "Publish Website"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

push:
branches: [ 1.x ]
paths-ignore:
- 'CHANGELOG.md'

# See https://stackoverflow.com/a/72408109
concurrency:
Expand Down

0 comments on commit 2392268

Please sign in to comment.