change action trigger to folders
This commit is contained in:
committed by
GitHub
parent
49fb78beb7
commit
3671372916
8
.github/workflows/gh-pages.yml
vendored
8
.github/workflows/gh-pages.yml
vendored
@@ -4,9 +4,17 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "lib/**"
|
||||
- "web/**"
|
||||
- "pubspec.yaml"
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "lib/**"
|
||||
- "web/**"
|
||||
- "pubspec.yaml"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user