Skip to content

Commit

Permalink
chore: Add workflow dispatch for CI. (#131)
Browse files Browse the repository at this point in the history
After some changes to the contract tests I would like to be able to
manually trigger this.
  • Loading branch information
kinyoklion authored Sep 10, 2024
1 parent d746700 commit a2fcd81
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 @@ -9,6 +9,7 @@ on:
branches: [main]
paths-ignore:
- '**.md'
workflow_dispatch:

jobs:
build-test:
Expand Down

0 comments on commit a2fcd81

Please sign in to comment.