mirror of https://github.com/docker/docs.git
Add name to GH Actions workflow
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
parent
e0c7db65a2
commit
b5b4a9fa71
|
@ -1,3 +1,5 @@
|
|||
name: deploy stage website from master branch
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
name: deploy website from published branch
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
Loading…
Reference in New Issue