Skip to content

Commit

Permalink
fix(git): change directory workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
criistian14 committed Jan 19, 2025
1 parent 9283e94 commit 0f92534
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ on:
- develop
- stable/*
paths:
- ".github/workflows/flutter_document_scanner_platform_interface.yaml@v1"
- ".github/workflows/flutter_document_scanner_platform_interface.yaml"
- "flutter_document_scanner_platform_interface/**"

jobs:
build:
uses: ".github/workflows/templates/flutter_package.yml"
uses: ".github/workflows/templates/flutter_package.yml@v1"
with:
flutter_channel: stable
flutter_version: 3.24.0
Expand Down

0 comments on commit 0f92534

Please sign in to comment.