diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-03 10:24:33 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-03 10:24:33 +0100 |
commit | bdb4cc80c3d90fccfe5ed2a0f1a4837882a46b8f (patch) | |
tree | 5059718836091dd2e6766e3837fb4880a7a787b3 /.github/workflows/codeql.yml | |
parent | 63a3d336f6cc9a293a07fdc12d6bdfb86cfc2fd5 (diff) | |
download | PeerTube-bdb4cc80c3d90fccfe5ed2a0f1a4837882a46b8f.tar.gz PeerTube-bdb4cc80c3d90fccfe5ed2a0f1a4837882a46b8f.tar.zst PeerTube-bdb4cc80c3d90fccfe5ed2a0f1a4837882a46b8f.zip |
Move CI on develop
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r-- | .github/workflows/codeql.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5c0c93886..8764cdd0e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml | |||
@@ -14,9 +14,6 @@ name: "CodeQL" | |||
14 | on: | 14 | on: |
15 | push: | 15 | push: |
16 | branches: [ develop, next ] | 16 | branches: [ develop, next ] |
17 | pull_request: | ||
18 | # The branches below must be a subset of the branches above | ||
19 | branches: [ next ] | ||
20 | schedule: | 17 | schedule: |
21 | - cron: '36 9 * * 5' | 18 | - cron: '36 9 * * 5' |
22 | 19 | ||