Keeps your processes running.
Go to file
Ian Wijma 6b2362c541
Keep Running / Build (push) Successful in 35s Details
Your commit message does not match the diff provided. Based on the diff, a suitable commit message would be:
"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.
2023-11-19 15:41:22 +11:00
.github/workflows Your commit message does not match the diff provided. Based on the diff, a suitable commit message would be: 2023-11-19 15:41:22 +11:00
bin run.sh > test.sh to clearify the command is for testing purposes. 2023-11-19 13:37:03 +11:00
src "Added .help() method in the command configuration" 2023-11-19 15:40:19 +11:00
.gitignore "Added delay option and improved error logging in process manager" 2023-11-19 15:38:49 +11:00
package-lock.json Added pkg 2023-11-19 13:30:11 +11:00
package.json Added pkg 2023-11-19 13:30:11 +11:00