Skip to content

Commit

Permalink
Merge pull request #57 from soundcloud/add-workflow-dispatch
Browse files Browse the repository at this point in the history
[AUTO] Add workflow_dispatch trigger.
  • Loading branch information
remover authored Apr 24, 2023
2 parents fc138f7 + d9ec359 commit 0a0ffd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

name: Publish documentation
on:
workflow_dispatch:
push:
branches: [ master ]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Node.js CI
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
Expand Down

0 comments on commit 0a0ffd8

Please sign in to comment.