diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-11 11:17:42 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-24 18:18:41 +0100 |
commit | 3fbc6974334ca58c068f0f9def0b0a40db2a6de1 (patch) | |
tree | 709cf256edf1b50546cc4a9aa8960ede7db72f65 /.github/workflows | |
parent | 829523cfa5177a1810d9373f9a25bf3b18138d1e (diff) | |
download | PeerTube-3fbc6974334ca58c068f0f9def0b0a40db2a6de1.tar.gz PeerTube-3fbc6974334ca58c068f0f9def0b0a40db2a6de1.tar.zst PeerTube-3fbc6974334ca58c068f0f9def0b0a40db2a6de1.zip |
Add next to stats github ci
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/stats.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index b5fb6d2a6..a2f0945b3 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml | |||
@@ -5,6 +5,7 @@ on: | |||
5 | branches: | 5 | branches: |
6 | - develop | 6 | - develop |
7 | - ci | 7 | - ci |
8 | - next | ||
8 | pull_request: | 9 | pull_request: |
9 | types: [synchronize, opened] | 10 | types: [synchronize, opened] |
10 | 11 | ||