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

View file

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

View file

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