Skip to content

Commit e0e2317

Browse files
authored
Merge pull request #1025 from ably/enable-workflow-dispatch
ci: enable workflow_dispatch
2 parents 53bf197 + 78e3a79 commit e0e2317

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/check.yml

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

33
on:
4+
workflow_dispatch:
45
pull_request:
56
push:
67
branches:

.github/workflows/integration-test.yml

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

33
on:
4+
workflow_dispatch:
45
pull_request:
56
push:
67
branches:

0 commit comments

Comments
 (0)