added release trigger
All checks were successful
Build Flutter Docker Image / build (release) Successful in 9s
All checks were successful
Build Flutter Docker Image / build (release) Successful in 9s
This commit is contained in:
parent
3381c83206
commit
aa3e25c84a
@ -4,6 +4,8 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '0 3 * * *' # Every day at 03:00 UTC
|
- cron: '0 3 * * *' # Every day at 03:00 UTC
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
release: # Trigger on release creation
|
||||||
|
types: [ published ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: singatias/flutter
|
IMAGE_NAME: singatias/flutter
|
||||||
|
Loading…
Reference in New Issue
Block a user