Skip to content

Commit

Permalink
added workflow_dispatch trigger to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini committed Dec 31, 2021
1 parent 3551638 commit 3d34d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
# * is a special character in YAML so you have to quote this string
# Execute a "nightly" build at 2 AM UTC
- cron: '0 2 * * *'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 3d34d93

Please sign in to comment.