forked from github/cinny
Changed prod workflows back on published
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: 'Deploy to Netlify'
|
name: 'Deploy to Netlify (dev)'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user