Your commit message does not match the diff provided. Based on the diff, a suitable commit message would be:
Keep Running / Build (push) Successful in 35s Details

"Change GitHub Actions trigger event"

The trigger event for the GitHub Actions workflow was changed from 'release' to 'push'. This modification ensures that the workflow runs every time a push is made to the repository. This change was necessary to continuously check code integrity on all commits, making sure that every code pushed to the repository has been tested and approved by the set-up workflow.
This commit is contained in:
Ian Wijma 2023-11-19 15:41:22 +11:00
parent a65ca4e37f
commit 6b2362c541
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Bonsai CI
name: Keep Running
run-name: ${{ gitea.actor }} is running spotify.local CI pipeline 🚀
on: [release]
on: [push]
concurrency: 'true'
jobs: