Skip to content

Commit

Permalink
chore: Add workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Jul 18, 2024
1 parent 8d47bd3 commit 6e663d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Upload
on:
schedule:
- cron: '0 10 * * *'
workflow_dispatch:

env:
NASA_API_KEY: ${{ secrets.NASA_API_KEY }}
Expand Down

0 comments on commit 6e663d4

Please sign in to comment.