added release trigger

This commit is contained in:
Mathias Beaulieu-Duncan 2025-06-12 12:39:43 -04:00
parent 3381c83206
commit a5035681bf
Signed by: mathias
GPG Key ID: 1C16CF05BAF9162D

View File

@ -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