add specific paths to trigger workflows

This commit is contained in:
flameshikari
2024-07-20 19:01:21 +05:00
parent d0b2f668e2
commit 04ab127902
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -4,6 +4,11 @@ on:
push:
branches:
- master
paths:
- .github
- shared
- src
- Dockerfile
workflow_dispatch:
+5
View File
@@ -4,6 +4,11 @@ on:
push:
branches:
- dev
paths:
- .github
- shared
- src
- Dockerfile
jobs:
build: