Skip to content

Commit

Permalink
workflows: update triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
zoumingzhe committed Dec 22, 2024
1 parent f000dda commit e7486ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
schedule:
- cron: "15 8,20 * * *" # every day at (UTC) 08:15 and 20:15

# Triggers the workflow on push events but only for the "master" branch
pull_request_review:
branches: ["master"]
types: [submitted]
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit e7486ff

Please sign in to comment.