Skip to content

Commit

Permalink
update github worflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkbee1 committed May 2, 2024
1 parent 04527f1 commit 6555fbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/credential_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ pull_request, push ]

jobs:
build:
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@v1
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@main
with:
flutter_channel: stable
flutter_version: 3.19.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cryptocurrency_keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ pull_request, push ]

jobs:
build:
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@v1
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@main
with:
flutter_channel: stable
flutter_version: 3.19.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jwt_decode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ pull_request, push ]

jobs:
build:
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@v1
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@main
with:
flutter_channel: stable
flutter_version: 3.19.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ pull_request, push ]

jobs:
build:
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@v1
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@main
with:
coverage_excludes: "**/*_observer.dart **/change.dart"
flutter_channel: stable
Expand Down

0 comments on commit 6555fbf

Please sign in to comment.