aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml9
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: