Browse Source

Modified GitHub Actions workflow to deploy on push

Frontend-Kenny-GitHubActions
Kenneth Bruen 3 years ago
parent
commit
772fcccc7b
Signed by: kbruen
GPG Key ID: C1980A470C3EE5B1
  1. 3
      .github/workflows/firebase-hosting-merge.yml

3
.github/workflows/firebase-hosting-merge.yml

@ -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…
Cancel
Save