mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00: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
|
||||
|
|
3
.github/workflows/DeployTagToVercel.yml
vendored
3
.github/workflows/DeployTagToVercel.yml
vendored
|
@ -7,6 +7,9 @@ on:
|
|||
# Pattern matched against refs/tags
|
||||
tags:
|
||||
- '*' # Push events to every tag not containing /
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- '**/TODO.md'
|
||||
jobs:
|
||||
Deploy-Production:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue