Skip to content

ci: update dependencies (#77) #74

ci: update dependencies (#77)

ci: update dependencies (#77) #74

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- "main"
jobs:
build:
if: ${{ github.actor != 'dependabot[bot]' }}
name: Build
uses: ./.github/workflows/reusable-build.yaml
with:
ref: ${{ github.head_ref }}