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

Commit

Permalink
Merge pull request #34 from CodeReviewShop/hotfix
Browse files Browse the repository at this point in the history
add hotfix trigger
  • Loading branch information
DaveSaah authored Aug 21, 2023
2 parents efa20f2 + 0d21472 commit 03962b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: Deploy to Firebase Hosting on merge
"on":
released:
types: [published]
push:
branches:
- hotfix
jobs:
build_and_deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 03962b6

Please sign in to comment.