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:
|
||||
release:
|
||||
types: [published]
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user