3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 08:29:30 +01:00

Support a manual trigger on all workflows

This commit is contained in:
David Tolnay 2023-02-18 17:17:51 -08:00
parent ac7d2e0fca
commit c39c939203
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
20 changed files with 20 additions and 0 deletions

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- bindgen-cli
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- buck2
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- cargo-bloat
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- cargo-expand
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- cargo-fuzz
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- cargo-llvm-lines
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- cargo-outdated
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- cargo-tally
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- cargo-unlock
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- cargo-web
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- cbindgen
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches: [master]
pull_request:
workflow_dispatch:
schedule: [cron: "40 1 * * *"]
permissions:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- cxxbridge-cmd
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- dircnt
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- faketty
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- reindeer
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- rustup-toolchain-install-master
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- sha1dir
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- star-history
workflow_dispatch:
jobs:
build:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- xargo
workflow_dispatch:
jobs:
build: