diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-15 17:12:08 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-15 17:12:08 -0800 |
| commit | 329613881cf39ea6da49122a58da72342f902d04 (patch) | |
| tree | 7597b2fa1d8de75f616a47cddaf6fb7e181a4fe9 /.github/workflows/ci.yml | |
| parent | 8fdc9491a0ddbc2b6fcefdb7a193388a8e05af9f (diff) | |
| download | neko-329613881cf39ea6da49122a58da72342f902d04.tar.gz neko-329613881cf39ea6da49122a58da72342f902d04.tar.bz2 neko-329613881cf39ea6da49122a58da72342f902d04.zip | |
Temporarily disable CI triggers
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3224ab..62223c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,11 @@ name: CI on: - push: - branches: [ master ] - pull_request: - branches: [ master ] + workflow_dispatch: + # push: + # branches: [ master ] + # pull_request: + # branches: [ master ] jobs: backend: |
