Build prod on master push

This commit is contained in:
unknown 2021-09-05 14:19:55 +05:30
parent c689836208
commit 2e58757bc9
2 changed files with 6 additions and 4 deletions

View file

@ -1,8 +1,9 @@
name: Publish Docker image name: Publish Docker image
on: on:
release: push:
types: [published] branches:
- master
jobs: jobs:
push_to_registry: push_to_registry:

View file

@ -1,8 +1,9 @@
name: 'Deploy to Netlify' name: 'Deploy to Netlify'
on: on:
release: push:
types: [published] branches:
- master
jobs: jobs:
deploy: deploy: