Skip to content

Commit

Permalink
CI: don't run debug when changelog modified [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
itsHenry35 authored Jul 5, 2023
1 parent aaded38 commit 32ea7e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
paths-ignore:
- 'CHANGELOG.md'
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit 32ea7e7

Please sign in to comment.