mirror of
https://github.com/httpie/cli.git
synced 2025-01-07 14:19:30 +01:00
Proper naming for the release runs
This commit is contained in:
parent
fc383e9b78
commit
a7d8187b21
2
.github/workflows/docs-deploy.yml
vendored
2
.github/workflows/docs-deploy.yml
vendored
@ -1,3 +1,5 @@
|
||||
name: Deploy Documentation
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
2
.github/workflows/docs-update-install.yml
vendored
2
.github/workflows/docs-update-install.yml
vendored
@ -1,3 +1,5 @@
|
||||
name: Update & Install Docs
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
2
.github/workflows/release-snap.yml
vendored
2
.github/workflows/release-snap.yml
vendored
@ -1,3 +1,5 @@
|
||||
name: Release snap
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
Loading…
Reference in New Issue
Block a user