Changed prod workflows back on published

This commit is contained in:
unknown 2021-09-09 19:08:29 +05:30
parent 8bf5a6e0bc
commit c2faa605d3
3 changed files with 6 additions and 8 deletions

View file

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

View file

@ -1,4 +1,4 @@
name: 'Deploy to Netlify'
name: 'Deploy to Netlify (dev)'
on:
push:

View file

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