mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 09:59:41 +05:00
add LICENSE
This commit is contained in:
parent
9867ad296c
commit
5da926b6f4
3 changed files with 25 additions and 0 deletions
2
.github/workflows/DeployPreviewToVercel.yml
vendored
2
.github/workflows/DeployPreviewToVercel.yml
vendored
|
@ -9,7 +9,9 @@ on:
|
|||
- 'V3'
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- '**/LICENSE'
|
||||
- '**/TODO.md'
|
||||
- '**/docs/**'
|
||||
jobs:
|
||||
Deploy-Preview:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
2
.github/workflows/DeployTagToVercel.yml
vendored
2
.github/workflows/DeployTagToVercel.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue