Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Jul 31, 2024
1 parent cc5de27 commit d561f59
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/cached_network_image/"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/cached_network_image_platform_interface/"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/cached_network_image_web/"
schedule:
interval: "daily"
2 changes: 2 additions & 0 deletions .github/workflows/app_facing_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
branches: [develop, main]
paths:
- "cached_network_image/**"
- ".github/workflows/app_facing_package.yaml"
pull_request:
branches: [develop]
paths:
- "cached_network_image/**"
- ".github/workflows/app_facing_package.yaml"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/platform_interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
branches: [develop, main]
paths:
- "cached_network_image_platform_interface/**"
- ".github/workflows/platform_interface.yaml"
pull_request:
branches: [develop]
paths:
- "cached_network_image_platform_interface/**"
- ".github/workflows/platform_interface.yaml"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
branches: [develop, main]
paths:
- "cached_network_image_web/**"
- ".github/workflows/web.yaml"
pull_request:
branches: [develop]
paths:
- "cached_network_image_web/**"
- ".github/workflows/web.yaml"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit d561f59

Please sign in to comment.