Merge pull request #1117 from Ride-The-Lightning/github-stats

GitHub stats
pull/1128/head
ShahanaFarooqui 2 years ago committed by GitHub
commit 1307fbc919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,8 +1,17 @@
name: Pull Request Stats
on:
push:
branches: [ master, 'Release-*' ]
tags: [ 'v*' ]
release:
types: [released]
# Triggers the workflow only when merging pull request to the branches.
pull_request:
types: [opened]
types: [opened, closed]
branches: [ master, 'Release-*', '*' ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
stats:

Loading…
Cancel
Save