Added multi relation dropdowns to dashbord (#363)

This change allows for a more complete combination of relation
combinations to be filtered.
This commit is contained in:
2023-11-11 13:47:46 +01:00
committed by GitHub
parent ad8f5d0fb1
commit e5b61bc19c
8 changed files with 147 additions and 106 deletions

View File

@ -154,7 +154,7 @@ jobs:
run: exit 0
- name: Exit workflow on not main branch
if: ${{ github.ref != 'refs/heads/main'}}
if: ${{ github.ref != 'refs/heads/main' }}
run: exit 0
- name: Login to GitHub Container Registry