Skip to content

Commit

Permalink
added workflow_dispatch event, macos, windows
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Cohen <[email protected]>
  • Loading branch information
macohen committed Nov 14, 2022
1 parent cb2c3fe commit 026c9f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: Pull Request Stats
on:
pull_request:
types: [opened]
workflow_dispatch:

jobs:
stats:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest,macos-latest,windows-latest]
steps:
- name: Run pull request stats
uses: flowwer-dev/pull-request-stats@master

0 comments on commit 026c9f7

Please sign in to comment.