From d85ea645210df0d5fa587b6df17dfc590ad09a20 Mon Sep 17 00:00:00 2001 From: Matthew John Cheetham Date: Thu, 10 Aug 2023 13:31:00 -0700 Subject: [PATCH] test: add workflow dispatch to test workflow --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1fa8066..f60ff03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,6 @@ name: "build-test" on: # rebuild any PRs and main branch changes + workflow_dispatch: pull_request: push: branches: @@ -23,7 +24,7 @@ jobs: - name: Update test Formula uses: ./ with: - token: ${{secrets.COMMIT_TOKEN}} + token: ${{ secrets.COMMIT_TOKEN }} tap: mjcheetham/tap branch: test name: test-formula @@ -43,7 +44,7 @@ jobs: - name: Update test Cask uses: ./ with: - token: ${{secrets.COMMIT_TOKEN}} + token: ${{ secrets.COMMIT_TOKEN }} tap: mjcheetham/tap branch: test type: cask