Skip to content

Commit

Permalink
Changed workflow events so we can more easily test pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwinchell committed Aug 18, 2022
1 parent 50daca4 commit 7cc008f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
tags:
- 'v*.*.*'
pull_request:
branches: [ main ]
workflow_dispatch:

env:
GITHUB_EVENT_REPOSITORY_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
Expand Down

0 comments on commit 7cc008f

Please sign in to comment.