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