mirror of https://github.com/docker/docs.git
Merge pull request #10510 from StefanScherer/add-name
ci: Add name to GH Actions workflow
This commit is contained in:
commit
a5ddcc0eed
|
|
@ -1,3 +1,5 @@
|
||||||
|
name: deploy stage website from master branch
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
name: deploy website from published branch
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue