diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 95d7df1..e92bbc7 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -1,3 +1,5 @@ +# https://help.github.com/actions + name: Dependabot on: pull_request_target diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 9574ba5..64c41f9 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -1,6 +1,6 @@ -# https://help.github.com/en/actions +# https://help.github.com/actions -name: server +name: Server CI on: [push, pull_request]