Skip to content

Commit

Permalink
Added ignore paths to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
capo-at-the-5th-fret committed Nov 24, 2024
1 parent 6fc2c71 commit a200595
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ on:
- 'bugfix/*'
- 'release/*'
- 'hotfix/*'
paths-ignore:
- 'docs/**'
- 'LICENSE.txt'
- 'README.md'
pull_request:
branches:
- main
- develop
paths-ignore:
- 'docs/**'
- 'LICENSE.txt'
- 'README.md'

env:
BUILD_TYPE: Release
Expand Down

0 comments on commit a200595

Please sign in to comment.