From 674dbb0fc66cc14ef20b32bcce3fb7410d5dd6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Tue, 14 Sep 2021 23:56:22 +0200 Subject: [PATCH] Improve other workflows --- .github/workflows/dependabot.yml | 2 ++ .github/workflows/server.yml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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]