Skip to content

Commit 7396898

Browse files
authored
Merge pull request #325 from rstudio/workflow-dispatch
add workflow_dispatch
2 parents 3ae9118 + e4b7cc8 commit 7396898

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
tags: ['*']
66
pull_request:
77
branches: [master]
8+
workflow_dispatch:
9+
810
permissions:
911
id-token: write
1012
contents: write

0 commit comments

Comments
 (0)