Update trigger path to dev workflow files.
This commit is contained in:
parent
55878a13f6
commit
7e7458c2f5
|
|
@ -3,7 +3,7 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- 'finnow-api/**'
|
||||
- '.gitea/workflows/api.yaml'
|
||||
- '.gitea/workflows/api-dev.yaml'
|
||||
branches-ignore:
|
||||
- main
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- 'web-app/**'
|
||||
- '.gitea/workflows/web-app.yaml'
|
||||
- '.gitea/workflows/web-app-dev.yaml'
|
||||
branches-ignore:
|
||||
- main
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue