Skip to content

Commit

Permalink
fix deployment production event
Browse files Browse the repository at this point in the history
  • Loading branch information
mike1pol committed Jun 11, 2021
1 parent bd9013f commit 9ca3d3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/firebase-production.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Deploy to Firebase Hosting [production]
on: [release]
on:
release:
types: [published]
jobs:
deploy_live_website:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9ca3d3d

Please sign in to comment.