mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
Add buckle build
This commit is contained in:
parent
5b34f552bd
commit
2e10ba4a2b
1 changed files with 16 additions and 0 deletions
16
.github/workflows/buckle.yml
vendored
Normal file
16
.github/workflows/buckle.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: buckle
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- buckle
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
uses: ./.github/workflows/build.yml
|
||||||
|
with:
|
||||||
|
crate: buckle
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
secrets: inherit
|
Loading…
Reference in a new issue