deploy: ignore changes for TODO and README files

This commit is contained in:
Kentai Radiquum 2024-08-11 00:22:25 +05:00
parent 66f1099300
commit 36895abd1a
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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