Skip to content

Commit

Permalink
Switch unit test workflow to pull_request event
Browse files Browse the repository at this point in the history
Also add workflow_dispatch event
  • Loading branch information
jstvz committed Oct 6, 2022
1 parent 7eac120 commit 8c81902
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Test
on:
push:
pull_request:
types: [reopened]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 8c81902

Please sign in to comment.