What does on: [push] mean in a GitHub Actions workflow?
on: [push]
The workflow is triggered when commits are pushed to the repository
Every job automatically pushes new commits from the runner
The workflow can run only through a manual button
The workflow runs only at a defined cron schedule