Skip to content

Commit

Permalink
ci: add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Mar 9, 2024
1 parent 0e45e6e commit e1da92f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Get latest Biome.js version
on:
schedule:
- cron: '0 10 * * *'
workflow_dispatch:
jobs:
get-version:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e1da92f

Please sign in to comment.