Skip to content

Only use the mobile header viewport for really small devices #118

Only use the mobile header viewport for really small devices

Only use the mobile header viewport for really small devices #118

name: Build the CIMonitor latest container
on:
push:
branches:
- master
jobs:
test:
name: Test
uses: ./.github/workflows/job--test-and-lint.yml
build:
name: Build
uses: ./.github/workflows/job--build-containers.yml
needs: test
with:
BASE_TAG: latest
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}