mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-19 13:17:57 +02:00
Merge pull request #1117 from Ride-The-Lightning/github-stats
GitHub stats
This commit is contained in:
commit
1307fbc919
1 changed files with 10 additions and 1 deletions
11
.github/workflows/stats.yml
vendored
11
.github/workflows/stats.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue