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
+2 -3
View File
@@ -1,9 +1,8 @@
name: Publish Docker image
on:
push:
branches:
- master
release:
types: [published]
jobs:
push_to_registry:
+1 -1
View File
@@ -1,4 +1,4 @@
name: 'Deploy to Netlify'
name: 'Deploy to Netlify (dev)'
on:
push:
+3 -4
View File
@@ -1,9 +1,8 @@
name: 'Deploy to Netlify'
name: 'Deploy to Netlify (prod)'
on:
push:
branches:
- master
release:
types: [published]
jobs:
deploy: