Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
ci: allow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Dec 29, 2023
1 parent 789e8d2 commit 2c52821
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
# against bad commits.

name: Setup rust
on: [push]
on:
workflow_dispatch:
push:

jobs:
setup:
Expand Down

0 comments on commit 2c52821

Please sign in to comment.