Skip to content

Commit 2070c2f

Browse files
committed
Merge branch 'master' of https://github.com/romangolev/revitpythonshell into dev
2 parents 806dc23 + 84bbb5e commit 2070c2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Workflow.yml

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

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- '**'
@@ -16,4 +17,4 @@ jobs:
1617
- name: Checkout
1718
uses: actions/checkout@v1
1819
- name: Run Nuke Build
19-
run: ./.nuke/build.cmd --GitHubToken ${{ secrets.GITHUB_TOKEN }}
20+
run: ./.nuke/build.cmd --GitHubToken ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)