diff --git a/.github/workflows/new-template.yml b/.github/workflows/new-template.yml index 7715d2b..8f94cb9 100644 --- a/.github/workflows/new-template.yml +++ b/.github/workflows/new-template.yml @@ -1,5 +1,6 @@ on: push: + workflow_dispatch: permissions: write-all diff --git a/.github/workflows/test-template.yml b/.github/workflows/test-template.yml index 9acbf63..5f1b80d 100644 --- a/.github/workflows/test-template.yml +++ b/.github/workflows/test-template.yml @@ -5,6 +5,7 @@ on: - "DSharpPlusTemplate.sln" - "tools/replace-variables.sh" - ".github/workflows/test-template.yml" + workflow_dispatch: env: DOTNET_NOLOGO: 1