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: push:
branches: branches:
- master - master
paths:
- "lib/**"
- "web/**"
- "pubspec.yaml"
pull_request: pull_request:
branches: branches:
- master - master
paths:
- "lib/**"
- "web/**"
- "pubspec.yaml"
jobs: jobs:
build: build: