mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
16 lines
228 B
YAML
16 lines
228 B
YAML
name: cbindgen
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- cbindgen
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/build.yml
|
|
with:
|
|
crate: cbindgen
|
|
permissions:
|
|
contents: write
|
|
secrets: inherit
|