Change release event type from 'published' to 'created' in build workflow
This commit is contained in:
parent
40ff0e437e
commit
2fb90b0599
@ -2,7 +2,7 @@ name: Building and publishing Homebrewery as Docker Image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [created]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user