add LICENSE

This commit is contained in:
Kentai Radiquum 2024-08-19 19:48:43 +05:00
parent 9867ad296c
commit 5da926b6f4
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 25 additions and 0 deletions

View file

@ -9,7 +9,9 @@ on:
- 'V3'
paths-ignore:
- '**/README.md'
- '**/LICENSE'
- '**/TODO.md'
- '**/docs/**'
jobs:
Deploy-Preview:
runs-on: ubuntu-latest

View file

@ -9,7 +9,9 @@ on:
- '*' # Push events to every tag not containing /
paths-ignore:
- '**/README.md'
- '**/LICENSE'
- '**/TODO.md'
- '**/docs/**'
jobs:
Deploy-Production:
runs-on: ubuntu-latest