From 8a071e0c2a24bdae2ab921334859df190edc9e77 Mon Sep 17 00:00:00 2001 From: Alex Kretzschmar <2773080+ironicbadger@users.noreply.github.com> Date: Fri, 15 Mar 2024 20:11:37 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d38ef6..ce1b57d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,6 @@ name: Release -'on': +on: + workflow_dispatch: push: tags: - '*' @@ -28,4 +29,4 @@ jobs: - name: Trigger a new import on Galaxy. run: >- ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} - $(echo ${{ env.GALAXY_USERNAME }}) $(echo ${{ github.repository }} | cut -d/ -f2) \ No newline at end of file + $(echo ${{ env.GALAXY_USERNAME }}) $(echo ${{ github.repository }} | cut -d/ -f2)