Skip to content

Commit

Permalink
Add on.workflow_dispatch to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Apr 20, 2023
1 parent 0831466 commit 1575944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
types: [opened, synchronize, reopened]
release:
types: [published]

schedule:
- cron: "0 6 * * 1"
workflow_dispatch:

concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 1575944

Please sign in to comment.