mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 15:54:39 +00:00
chore: update workflows
This commit is contained in:
parent
397b29b54d
commit
f38eb7384c
2 changed files with 2 additions and 0 deletions
1
.github/workflows/DeployPreviewToVercel.yml
vendored
1
.github/workflows/DeployPreviewToVercel.yml
vendored
|
@ -12,6 +12,7 @@ on:
|
||||||
- '**/LICENSE'
|
- '**/LICENSE'
|
||||||
- '**/TODO.md'
|
- '**/TODO.md'
|
||||||
- '**/docs/**'
|
- '**/docs/**'
|
||||||
|
- '**/extension/**'
|
||||||
jobs:
|
jobs:
|
||||||
Deploy-Preview:
|
Deploy-Preview:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
1
.github/workflows/DeployTagToVercel.yml
vendored
1
.github/workflows/DeployTagToVercel.yml
vendored
|
@ -12,6 +12,7 @@ on:
|
||||||
- '**/LICENSE'
|
- '**/LICENSE'
|
||||||
- '**/TODO.md'
|
- '**/TODO.md'
|
||||||
- '**/docs/**'
|
- '**/docs/**'
|
||||||
|
- '**/extension/**'
|
||||||
jobs:
|
jobs:
|
||||||
Deploy-Production:
|
Deploy-Production:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue