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
on:
release:
types: [published]
push:
branches:
- master
jobs:
push_to_registry:

View file

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