Run workflow on push, pull and on a schedule

This commit is contained in:
2024-12-14 22:30:38 +01:00
parent 6fca05f9d8
commit 8a9d5a720e

View File

@ -1,5 +1,12 @@
name: Ruff
on: push
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # Run every day at midnight
env:
DJANGO_SECRET_KEY: "abc123"
DEBUG: "True"