Skip to content

Commit 957ef33

Browse files
committed
added workflow_dispatch to workflows
1 parent 9a6b2f4 commit 957ef33

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
name: 'Pull Request'
1+
name: 'Pull Request'
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
types:
67
- opened

.github/workflows/release.yml

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

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- 'preview/**'

0 commit comments

Comments
 (0)