Trigger chores workflow on push events
Some checks failed
/ chores (push) Failing after 8s

Updated the trigger event for the chores workflow from on commit to on
push to ensure the workflow runs whenever code is pushed to the
repository. This enhances automation by aligning the execution of
routine tasks with code integration practices.
This commit is contained in:
Kumi 2024-02-18 11:47:42 +01:00
parent 94cd8089b1
commit f8a4ae8786
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -1,4 +1,4 @@
on: [commit]
on: [push]
#schedule:
# - cron: '0 12 * * 5'