mirror of
https://github.com/dancojocaru2000/foxbank.git
synced 2025-02-22 23:39:36 +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
|
# This file was auto-generated by the Firebase CLI
|
||||||
# https://github.com/firebase/firebase-tools
|
# https://github.com/firebase/firebase-tools
|
||||||
|
|
||||||
name: Deploy to Firebase Hosting on merge
|
name: Deploy to Firebase Hosting on push
|
||||||
'on':
|
'on':
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- Frontend
|
||||||
jobs:
|
jobs:
|
||||||
build_and_deploy:
|
build_and_deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue