Skip to content

Commit

Permalink
Allow running test-suite on demand on main
Browse files Browse the repository at this point in the history
There was a recent test failure on a PR, which I believe is of no fault of the PR itself.

I'd like to be able to run the test suite manually too.
  • Loading branch information
Burgestrand committed Oct 12, 2023
1 parent 96fac40 commit 482c19e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 482c19e

Please sign in to comment.