aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-11-05 23:04:20 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-11-05 23:04:20 +0200
commit423646e6278cad8082e8146a0e7e98ced63ebf46 (patch)
tree7519c82d0dbdbc6df8283d9a0469ed6f4d426a97 /.github/workflows
parentb8b83038c62f3c2ec979946792852bcb834b3822 (diff)
downloadollama-logseq-423646e6278cad8082e8146a0e7e98ced63ebf46.tar.xz
ollama-logseq-423646e6278cad8082e8146a0e7e98ced63ebf46.zip
Made the release workflow triggered manually
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 61bdeda..a1ad775 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -1,8 +1,6 @@
name: Release
on:
- push:
- branches:
- - main
+ workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest