Skip to content

Commit 0a6366e

Browse files
committed
add workflow dispatch to ci jobs
1 parent 6022df2 commit 0a6366e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: CI Main Branch With Integration
33
on:
44
push:
55
branches: [main]
6+
workflow_dispatch:
67

78
jobs:
89
build:

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: CI
33
on:
44
pull_request:
55
branches: [main]
6+
workflow_dispatch:
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)