chore(.gitea/workflows): Supprime le déclenchement du workflow par push.

This commit is contained in:
Serreau Jovann
2026-01-28 16:13:26 +01:00
parent 4f43d18d9a
commit 21ab15b5b0

View File

@@ -1,9 +1,6 @@
name: Symfony CD - Scheduled Deploy name: Symfony CD - Scheduled Deploy
on: on:
push:
branches:
- master
schedule: schedule:
# Déclenchement à 2h00 UTC # Déclenchement à 2h00 UTC
- cron: '0 2 * * *' - cron: '0 2 * * *'