Skip to content

Commit

Permalink
rename ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Feb 9, 2024
1 parent 9326822 commit 2203456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-commit-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
path: example/build/app/outputs/flutter-apk/app-release.apk
build-web:
runs-on: ubuntu-latest
name: Build Web
needs: [ test ]
if: github.repository == 'josxha/flutter_map_plugins'
defaults:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
path: example/build/app/outputs/flutter-apk/app-release.apk
build-web:
runs-on: ubuntu-latest
name: Build Web
needs: [ test ]
if: github.repository == 'josxha/flutter_map_plugins'
defaults:
Expand Down

0 comments on commit 2203456

Please sign in to comment.