Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/c71cb72a29872bdd9eaef33ad66f4c061bbb5fc0 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add release branches to ci

Closes 
pull/2208/head
Paul Pfeister 10 months ago
parent 501cb3dce2
commit c71cb72a29
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994

@ -2,7 +2,9 @@ name: Regression Testing
on:
pull_request:
branches: [ master ]
branches:
- master
- release/**
paths:
- '.github/workflows/regression.yml'
- '**/*.json'
@ -10,7 +12,9 @@ on:
- '**/*.ini'
- '**/*.toml'
push:
branches: [ master ]
branches:
- master
- release/**
paths:
- '.github/workflows/regression.yml'
- '**/*.json'

Loading…
Cancel
Save