Skip to content

chore: move sentry_native to modules/ & bump #20

chore: move sentry_native to modules/ & bump

chore: move sentry_native to modules/ & bump #20

Workflow file for this run

name: ⚙️ CI
on:
push:
branches:
- "main"
paths-ignore:
- "*.md"
pull_request:
paths-ignore:
- "*.md"
# Cancel in-progress runs on PR update and on push.
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-extension:
name: 🔌 Build GDExtension
uses: ./.github/workflows/build_gdextension.yml