mirror of
https://github.com/dancojocaru2000/foxbank.git
synced 2025-02-22 17:09:35 +02:00
Modified GitHub Actions workflow to deploy on push
This commit is contained in:
parent
860400e1f3
commit
772fcccc7b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/firebase-hosting-merge.yml
vendored
3
.github/workflows/firebase-hosting-merge.yml
vendored
|
@ -1,11 +1,12 @@
|
|||
# This file was auto-generated by the Firebase CLI
|
||||
# https://github.com/firebase/firebase-tools
|
||||
|
||||
name: Deploy to Firebase Hosting on merge
|
||||
name: Deploy to Firebase Hosting on push
|
||||
'on':
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- Frontend
|
||||
jobs:
|
||||
build_and_deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue