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