chore: paths-ignore for deploy

This commit is contained in:
incubator4 2024-02-06 13:54:50 +08:00
parent c48835ca66
commit a7dcd08aeb
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on:
push:
branches:
- "dev"
paths-ignore:
- "deploy/**"
jobs:
build:

View File

@ -5,6 +5,8 @@ on:
push:
branches:
- "main"
paths-ignore:
- "deploy/**"
jobs:
build: