mirror of
https://github.com/dtolnay/install.git
synced 2024-11-23 00:39:30 +01:00
17 lines
235 B
YAML
17 lines
235 B
YAML
|
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
|