Skip to content

Commit 91fd54d

Browse files
committed
Add workflow_dispatch to ci
1 parent 598fe2f commit 91fd54d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Continuous deployment
22

33
on:
4+
workflow_dispatch:
45
push:
56
tags:
67
- 'v[0-9]+.[0-9]+.?[0-9]*.?[0-9]*'

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Continuous integration
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ "develop" ]
67
pull_request:

0 commit comments

Comments
 (0)