diff options
| author | dundargoc <gocdundar@gmail.com> | 2024-03-27 14:14:25 +0100 |
|---|---|---|
| committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-03-27 16:37:59 +0100 |
| commit | 1bfe6fdceb9d50944a963c843cbeb6dd0a399bfe (patch) | |
| tree | e50b96cf2ee8b1c14f09d27fd9ed4f3d4e03f569 /.github/workflows/codeql.yml | |
| parent | 443ea1b00d45cd59c9906da094a2e48a6f997596 (diff) | |
| download | rneovim-1bfe6fdceb9d50944a963c843cbeb6dd0a399bfe.tar.gz rneovim-1bfe6fdceb9d50944a963c843cbeb6dd0a399bfe.tar.bz2 rneovim-1bfe6fdceb9d50944a963c843cbeb6dd0a399bfe.zip | |
ci: add workflow_dispatch event to testing workflows
This allows us to easily test the release branch if needed.
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 135e5321e5..9c85d606da 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -10,6 +10,8 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ "master" ] + workflow_dispatch: + jobs: analyze: name: Analyze |