Skip to content

lns: fix view all number #30

lns: fix view all number

lns: fix view all number #30

Workflow file for this run

name: Push main
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/tests.yaml
with:
directory: ${{ matrix.directory }}
strategy:
matrix:
directory:
- matomo-api
- Library-Notification-Service
- annual-reports
release:
needs: test
uses: ./.github/workflows/release.yaml
with:
directory: ${{ matrix.directory }}
image-name: ${{ matrix.image-name }}
secrets: inherit
strategy:
matrix:
include:
- directory: matomo-api
image-name: cern-sis/matomo-api
- directory: Library-Notification-Service
image-name: cern-sis/library-notifications-service
- directory: annual-reports
image-name: cern-sis/annual-reports