diff options
| author | Mary <me@thog.eu> | 2021-04-07 21:20:15 +0200 |
|---|---|---|
| committer | Mary <me@thog.eu> | 2021-04-07 21:20:15 +0200 |
| commit | fe452ac7841481017fbbf658cbf842b52e236331 (patch) | |
| tree | 97b15e720a53a21c3115b3fa814bc07ff743bef1 /.github/workflows | |
| parent | 2b308bb36e8efeeb7503bf059f309077d07ce010 (diff) | |
CI: Add option to manually trigger github actions
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b87e188..474ed308 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,8 @@ name: Build job on: + workflow_dispatch: + inputs: {} push: branches: [ master ] paths-ignore: |
