change action trigger to folders

This commit is contained in:
Phani Pavan Kambhampati
2023-09-02 12:32:54 +05:30
committed by GitHub
parent 49fb78beb7
commit 3671372916

View File

@@ -4,9 +4,17 @@ on:
push:
branches:
- master
paths:
- "lib/**"
- "web/**"
- "pubspec.yaml"
pull_request:
branches:
- master
paths:
- "lib/**"
- "web/**"
- "pubspec.yaml"
jobs:
build: