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:
parent
94cd8089b1
commit
f8a4ae8786
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
on: [commit]
|
on: [push]
|
||||||
#schedule:
|
#schedule:
|
||||||
# - cron: '0 12 * * 5'
|
# - cron: '0 12 * * 5'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue