Skip to content

Commit

Permalink
ci: adjust triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jul 25, 2023
1 parent 0317bd3 commit c42a97f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci

on:
pull_request:
path:
paths:
- "!packages/fresh_dio/lib/**"
- "!packages/fresh_dio/test/**"
- "!packages/fresh_dio/example/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/fresh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
- master
paths:
- ".github/workflows/fresh.yaml"
- "packages/fresh/pubspec.yaml"
- "packages/fresh/lib/**"
- "packages/fresh/test/**"
pull_request:
branches:
- master
paths:
- ".github/workflows/fresh.yaml"
- "packages/fresh/pubspec.yaml"
- "packages/fresh/lib/**"
- "packages/fresh/test/**"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/fresh_dio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
- master
paths:
- ".github/workflows/fresh_dio.yaml"
- "packages/fresh_dio/pubspec.yaml"
- "packages/fresh_dio/lib/**"
- "packages/fresh_dio/test/**"
pull_request:
branches:
- master
paths:
- ".github/workflows/fresh_dio.yaml"
- "packages/fresh_dio/pubspec.yaml"
- "packages/fresh_dio/lib/**"
- "packages/fresh_dio/test/**"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/fresh_graphql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
- master
paths:
- ".github/workflows/fresh_graphql.yaml"
- "packages/fresh_graphql/pubspec.yaml"
- "packages/fresh_graphql/lib/**"
- "packages/fresh_graphql/test/**"
pull_request:
branches:
- master
paths:
- ".github/workflows/fresh_graphql.yaml"
- "packages/fresh_graphql/pubspec.yaml"
- "packages/fresh_graphql/lib/**"
- "packages/fresh_graphql/test/**"

Expand Down

0 comments on commit c42a97f

Please sign in to comment.