Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmuller5 committed Jun 8, 2024
1 parent 3f1efa3 commit a1441f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Deploy to Firebase Hosting on merge
on:
push:
branches:
- no
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
<link rel="manifest" href="manifest.json">
</head>
<body>
<script src="flutter_bootstrap.js" async></script>
<script src="./flutter_bootstrap.js" async></script>
</body>
</html>

0 comments on commit a1441f8

Please sign in to comment.