mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
deploy: ignore changes for TODO and README files
This commit is contained in:
parent
66f1099300
commit
36895abd1a
2 changed files with 6 additions and 0 deletions
3
.github/workflows/DeployPreviewToVercel.yml
vendored
3
.github/workflows/DeployPreviewToVercel.yml
vendored
|
@ -7,6 +7,9 @@ on:
|
|||
# Pattern matched against refs/tags
|
||||
branches:
|
||||
- 'V3'
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- '**/TODO.md'
|
||||
jobs:
|
||||
Deploy-Preview:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue