Skip to content

Commit

Permalink
add workflow_dispatch: to macOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dyumin committed Mar 31, 2024
1 parent a92a087 commit f81d5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
# * is a special character in YAML so you have to quote this string
# “At 11:00 on Saturday.”
- cron: '0 11 * * SAT'
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit f81d5de

Please sign in to comment.