Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
change deploy trigger to published release
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSaah committed Aug 21, 2023
1 parent 385d695 commit ffbbdb1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

name: Deploy to Firebase Hosting on merge
"on":
push:
branches:
- main
released:
types: [published]
jobs:
build_and_deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ffbbdb1

Please sign in to comment.