diff options
| author | alex <alex@pdp7.net> | 2023-08-30 20:05:15 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-08-30 20:05:15 +0200 |
| commit | d6aa19e6f2c431905d8c2e8eec32846abf51e55f (patch) | |
| tree | 75846dfcefa1722eb5c3d35226a6d3b145fe9557 /.github | |
| parent | 32916fa8e789178b0137ca27b652f3a9d78e652a (diff) | |
Allow manual builds
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-workstation.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-workstation.yml b/.github/workflows/build-workstation.yml index a36d21a0..7e1d1a82 100644 --- a/.github/workflows/build-workstation.yml +++ b/.github/workflows/build-workstation.yml @@ -4,6 +4,7 @@ on: - 'workstation/**' branches: - main + workflow_dispatch: jobs: build: |
