diff --git a/.github/workflows/cbindgen.yml b/.github/workflows/cbindgen.yml new file mode 100644 index 0000000..bcd75b9 --- /dev/null +++ b/.github/workflows/cbindgen.yml @@ -0,0 +1,15 @@ +name: cbindgen + +on: + push: + branches: + - cbindgen + +jobs: + build: + uses: ./.github/workflows/build.yml + with: + crate: cbindgen + permissions: + contents: write + secrets: inherit