Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

*starts crying as they now have to debug* #30

*starts crying as they now have to debug*

*starts crying as they now have to debug* #30

Workflow file for this run

name: 🔗 GHA
on:
workflow_dispatch:
pull_request:
branches:
- "*"
paths-ignore:
- "README.md"
- "LICENSE"
- "**/*.png"
- ".github/ISSUE_TEMPLATE/*"
- ".github/CODEOWNERS"
push:
branches:
- "main"
paths-ignore:
- "**/README.md"
- "**/*.png"
- "**/LICENSE"
- ".github/ISSUE_TEMPLATE/*"
- ".github/CODEOWNERS"
env:
GODOT_VERSION: 4.1
jobs:
gdextension-build:
name: ⚙️ GDExtension
uses: ./.github/workflows/gdextension.yml
with:
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
godot_version: 4.1