Skip to content

Bump semver from 6.3.0 to 6.3.1 in /server #6

Bump semver from 6.3.0 to 6.3.1 in /server

Bump semver from 6.3.0 to 6.3.1 in /server #6

Workflow file for this run

name: CI Pipeline
# On each commit to PR to main branch.
on:
pull_request:
branches:
- main
jobs:
ci_job:
uses: ./.github/workflows/build-and-test.yml
with:
fetch-depth: 1 # No need to fetch whole history for CI