1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

CodeQL runs against v4 branch

This commit is contained in:
Matthias Kretschmann 2022-02-14 15:38:05 +00:00
parent c438ba0a04
commit 4576151e0c
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -13,10 +13,10 @@ name: 'CodeQL'
on: on:
push: push:
branches: [main] branches: [main, v4]
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [main] branches: [main, v4]
schedule: schedule:
- cron: '21 8 * * 4' - cron: '21 8 * * 4'