chore: paths-ignore for deploy
This commit is contained in:
parent
c48835ca66
commit
a7dcd08aeb
|
|
@ -5,6 +5,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "dev"
|
||||
paths-ignore:
|
||||
- "deploy/**"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "main"
|
||||
paths-ignore:
|
||||
- "deploy/**"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in New Issue