Skip to content

Commit

Permalink
Fix firebase hosting actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danim1130 committed Apr 26, 2024
1 parent 055abca commit 5e6f2ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/firebase-hosting-nightly.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/firebase-hosting-tag-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
name: Deploy to Firebase Hosting on tag creation
"on":
push:
tags:
- "v*.*.*"
branches:
- "stable"
tags-ignore:
- "*"
jobs:
build_and_deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5e6f2ab

Please sign in to comment.