Skip to content

Commit 0a0ffd8

Browse files
authored
Merge pull request #57 from soundcloud/add-workflow-dispatch
[AUTO] Add workflow_dispatch trigger.
2 parents fc138f7 + d9ec359 commit 0a0ffd8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish-docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
name: Publish documentation
55
on:
6+
workflow_dispatch:
67
push:
78
branches: [ master ]
89

.github/workflows/run-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Node.js CI
22
on:
3+
workflow_dispatch:
34
push:
45
branches: [ master ]
56
pull_request:

0 commit comments

Comments
 (0)