diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-08 11:50:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:17 +0200 |
commit | dcc30997d14600a48bf7e28e911bf50a382b9e53 (patch) | |
tree | 97a8a8d43fc75a328706c6717048a882da24f84d /.github/workflows | |
parent | a2470c9f4bfc7f49f4b94de935bacdd53fd54f29 (diff) | |
download | PeerTube-dcc30997d14600a48bf7e28e911bf50a382b9e53.tar.gz PeerTube-dcc30997d14600a48bf7e28e911bf50a382b9e53.tar.zst PeerTube-dcc30997d14600a48bf7e28e911bf50a382b9e53.zip |
Trigger a build for any branch
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/stats.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index 968eb9612..ebe16fb1d 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml | |||
@@ -2,10 +2,6 @@ name: "Stats" | |||
2 | 2 | ||
3 | on: | 3 | on: |
4 | push: | 4 | push: |
5 | branches: | ||
6 | - develop | ||
7 | - ci | ||
8 | - next | ||
9 | pull_request: | 5 | pull_request: |
10 | types: [synchronize, opened] | 6 | types: [synchronize, opened] |
11 | 7 | ||