Skip to content

fix(deps): Bump maplibre-gl from 4.1.2 to 4.2.0 #78

fix(deps): Bump maplibre-gl from 4.1.2 to 4.2.0

fix(deps): Bump maplibre-gl from 4.1.2 to 4.2.0 #78

Workflow file for this run

name: 'The Pipeline'
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
concurrency:
group: ci-${{ github.ref }}-1
cancel-in-progress: true
jobs:
extract-branch:
name: 'Fetch branch'
runs-on: ubuntu-latest
outputs:
current_branch: ${{ steps.get-branch.outputs.current_branch }}
steps:
- name: Extract branch name 🕊
id: get-branch
run: echo "current_branch=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
ci:
needs:
- extract-branch
name: 'CI'
uses: ./.github/workflows/ci.yml