Skip to content

build(deps): bump tracing from 0.1.43 to 0.1.44 #558

build(deps): bump tracing from 0.1.43 to 0.1.44

build(deps): bump tracing from 0.1.43 to 0.1.44 #558

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
paths-ignore:
- "docs/**"
- "**/.gitignore"
- "**/.dockerignore"
- "LICENSE"
- "**/*.md"
pull_request:
branches:
- "main"
paths-ignore:
- "docs/**"
- "**/.gitignore"
- "**/.dockerignore"
- "LICENSE"
- "**/*.md"
permissions:
contents: write
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yaml
secrets: inherit
linux:
name: Linux
uses: ./.github/workflows/build_linux.yml
secrets: inherit
artifacts:
name: Artifacts
if: ${{ github.event_name != 'pull_request' }}
uses: ./.github/workflows/artifacts.yml
needs: [linux]
secrets: inherit