-The events to trigger the action we set are `push` and `workflow_dispatch` in the [workflows configuaration](https://github.com/gitx-io/ActionServerless-template/blob/master/.github/workflows/run_funcs.yml#L3), you can change it to other events. GitHub actions supports several [events](https://docs.github.com/en/actions/reference/events-that-trigger-workflows) to trigger workflows, such as `push`, `pull_request` or `schedule`. You can choose one or more of them depending on your application scenarios.
0 commit comments