Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Bump ext/flecs from 953d9c7 to 358807f #15

Bump ext/flecs from 953d9c7 to 358807f

Bump ext/flecs from 953d9c7 to 358807f #15

Workflow file for this run

name: "Pull request"
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
paths-ignore:
- '**.md'
jobs:
bindgen-job:
uses: "./.github/workflows/bindgen.yml"
build-job:
needs: [bindgen-job]
if: always()
uses: "./.github/workflows/build.yml"
commit-job:
needs: [bindgen-job, build-job]
if: github.actor == 'dependabot[bot]'
uses: "./.github/workflows/commit.yml"