Skip to content

Commit

Permalink
🏗️ build(.github): update workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinsOnuoha committed Nov 4, 2023
1 parent acf7880 commit 8b71ede
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
@@ -1,7 +1,7 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on merge
name: Build & Deploy
'on':
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on PR
name: Build & Preview Deploy
'on': pull_request
jobs:
build_and_preview:
Expand Down

0 comments on commit 8b71ede

Please sign in to comment.