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