Skip to content

Commit

Permalink
Added license file ignore 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 473b580 commit a762b89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'hotfix/*'
paths-ignore:
- 'docs/**'
- 'LICENSE'
- 'LICENSE.txt'
- 'README.md'
pull_request:
Expand All @@ -20,6 +21,7 @@ on:
- develop
paths-ignore:
- 'docs/**'
- 'LICENSE'
- 'LICENSE.txt'
- 'README.md'

Expand Down

0 comments on commit a762b89

Please sign in to comment.