diff --git a/.github/workflows/transport.yml b/.github/workflows/transport.yml index 1f5d470..8268a1b 100644 --- a/.github/workflows/transport.yml +++ b/.github/workflows/transport.yml @@ -4,12 +4,19 @@ name: Transport Actuator # Controls when the workflow will run on: + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + # Triggers the workflow every day schedule: - cron: "15 8,20 * * *" # every day at (UTC) 08:15 and 20:15 - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: + # Triggers the workflow on push events but only for the "master" branch + pull_request_review: + branches: ["master"] + + push: + branches: ["master"] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: