Skip to content

Commit

Permalink
chore: update release ci trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tmkx committed Jul 6, 2024
1 parent 33f49b9 commit 870ea85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: CI
on:
push:
branches: [main]
paths-ignore:
- '**/CHANGELOG.md'
pull_request:
branches: [main]
types: [opened, synchronize]
paths-ignore:
- '**/CHANGELOG.md'

concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Release
on:
workflow_dispatch:
push:
branches: [main]
paths:
- '**/CHANGELOG.md'

Expand Down

0 comments on commit 870ea85

Please sign in to comment.