Skip to content

Commit 87fe634

Browse files
wug-geclaude
andcommitted
ci: allow manual UI triggers to run build and deploy steps
Drone's "Run" button fires a `custom` event, which the existing `event: [push]` filter rejected, so manual re-runs cloned and exited. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c0b4ac3 commit 87fe634

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.drone.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ steps:
2020
- main
2121
event:
2222
- push
23+
- custom
2324
- name: publish_frontend
2425
image: plugins/docker
2526
settings:
@@ -36,6 +37,7 @@ steps:
3637
- main
3738
event:
3839
- push
40+
- custom
3941

4042
- name: run_tests
4143
image: node:24
@@ -54,6 +56,7 @@ steps:
5456
- main
5557
event:
5658
- push
59+
- custom
5760
volumes:
5861
- name: docker_sock
5962
path: /var/run/docker.sock

0 commit comments

Comments
 (0)