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
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:
parent
a65ca4e37f
commit
6b2362c541
|
@ -1,6 +1,6 @@
|
||||||
name: Bonsai CI
|
name: Keep Running
|
||||||
run-name: ${{ gitea.actor }} is running spotify.local CI pipeline 🚀
|
run-name: ${{ gitea.actor }} is running spotify.local CI pipeline 🚀
|
||||||
on: [release]
|
on: [push]
|
||||||
concurrency: 'true'
|
concurrency: 'true'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue