diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-23 09:44:40 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-23 11:02:35 +0100 |
commit | 2abaa3f27ec9870749a3a6f001922740e26c3830 (patch) | |
tree | 36fb2e99802ff9a47ec778187cae1a1867982b46 /.github/workflows/test.yml | |
parent | 8281cf00c0f31a45f6c66f6b6b31224696e130ab (diff) | |
download | PeerTube-2abaa3f27ec9870749a3a6f001922740e26c3830.tar.gz PeerTube-2abaa3f27ec9870749a3a6f001922740e26c3830.tar.zst PeerTube-2abaa3f27ec9870749a3a6f001922740e26c3830.zip |
Add stats to github actions
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aba652586..f8706d4be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -5,6 +5,7 @@ on: | |||
5 | branches: | 5 | branches: |
6 | - develop | 6 | - develop |
7 | - master | 7 | - master |
8 | - ci | ||
8 | pull_request: | 9 | pull_request: |
9 | types: [synchronize, opened] | 10 | types: [synchronize, opened] |
10 | schedule: | 11 | schedule: |