Only schedule build on fridays
All checks were successful
Build Flutter SDK Docker Image / build (push) Successful in 4m10s

This commit is contained in:
ThompsonNye
2024-09-07 12:09:39 +02:00
parent c0377f129a
commit d392edb660

View File

@@ -1,7 +1,7 @@
name: Build Flutter SDK Docker Image name: Build Flutter SDK Docker Image
on: on:
schedule: schedule:
- cron: '0 2 * * *' - cron: '0 2 * * FRI'
push: push:
branches: branches:
- main - main