diff options
| author | Mikkel Hjortshøj <me@thisdrunkdane.io> | 2022-07-24 23:27:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-24 23:27:07 +0200 |
| commit | a3afe617c218736563723fd1ab343f403bdd33f0 (patch) | |
| tree | 35f0bd45cc9b41d96054270aa0f060dd0da85b10 | |
| parent | 69daac583eba3773bc3fe0947eb3340280ff8f85 (diff) | |
Update ci.yml
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d72775636..e6341671a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ name: CI -on: [push, pull_request] +on: [push, pull_request, workflow_dispatch] jobs: build_linux: |