Skip to content

Commit

Permalink
test: add workflow dispatch to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcheetham committed Aug 10, 2023
1 parent 34a0ce7 commit d85ea64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "build-test"
on: # rebuild any PRs and main branch changes
workflow_dispatch:
pull_request:
push:
branches:
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d85ea64

Please sign in to comment.