diff options
author | Thomas F. K. Jorna <[email protected]> | 2022-01-29 15:41:52 +0100 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2022-01-29 15:41:52 +0100 |
commit | b38fa6ad4f00e6f81e11590d2fa3d612ced47e7b (patch) | |
tree | ae93bb8f715e9563c586544f6b1415a314e626f6 /.github/workflows/ci.yml | |
parent | c475122f76370718dc5fdcb18006c1921d9a58e8 (diff) |
feat(ci): add workflow dispatch to ci
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a3a6b0..6560449 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: branches: - '**' - '!main' + workflow_dispatch: defaults: run: shell: 'bash' |