Skip to content

Commit

Permalink
Allow triggering CI tests manually
Browse files Browse the repository at this point in the history
  • Loading branch information
ruifengx committed Jan 16, 2025
1 parent ff86543 commit 9c80418
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 @@ -2,6 +2,7 @@ name: CI

# Trigger the workflow on push or pull request, but only for the master branch
on:
workflow_dispatch:
pull_request:
push:
branches: [master]
Expand Down

0 comments on commit 9c80418

Please sign in to comment.