aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-06 09:47:35 +0200
committerChocobozzz <me@florianbigard.com>2020-08-06 09:47:46 +0200
commitfc3b14e413e45fa239bce359a5648644afaf4c4c (patch)
tree95142b6c60513f1997f466786cdf9993db0f5bb8 /.github/workflows/test.yml
parentd632a147293b36e46549a3ead754ef52d8fea735 (diff)
downloadPeerTube-fc3b14e413e45fa239bce359a5648644afaf4c4c.tar.gz
PeerTube-fc3b14e413e45fa239bce359a5648644afaf4c4c.tar.zst
PeerTube-fc3b14e413e45fa239bce359a5648644afaf4c4c.zip
Limit github actions on PR
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 03b925701..6edf3bf8c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -2,7 +2,11 @@ name: Test Suite
2 2
3on: 3on:
4 push: 4 push:
5 branches:
6 - develop
7 - master
5 pull_request: 8 pull_request:
9 types: [synchronize, opened]
6 schedule: 10 schedule:
7 - cron: '0 3 * * 1-5' 11 - cron: '0 3 * * 1-5'
8 12