From 931365a1dada006edd1fa1882682757c0369fa79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Delafontaine?= Date: Tue, 11 Jun 2024 15:00:28 +0200 Subject: [PATCH 1/2] github action sur la branche main uniquement --- .github/workflows/build-test-pubtodockerhub.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test-pubtodockerhub.yml b/.github/workflows/build-test-pubtodockerhub.yml index 8aab1db..380010b 100644 --- a/.github/workflows/build-test-pubtodockerhub.yml +++ b/.github/workflows/build-test-pubtodockerhub.yml @@ -1,4 +1,4 @@ -name: "build-test-pubtodockerhub" +name: "build-pubtodockerhub" # IMPORTANT : personnalisez cette variable pour que les images # de votre application soient pousées sur dockerhub @@ -8,6 +8,8 @@ env: on: push: + branches: + - main paths-ignore: - '.github/**' workflow_dispatch: From 77dfbb39d9021c17423e5dd8ef1458076720b2de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Delafontaine?= Date: Tue, 11 Jun 2024 16:00:54 +0200 Subject: [PATCH 2/2] =?UTF-8?q?suppression=20texte=20par=20d=C3=A9faut=20d?= =?UTF-8?q?ans=20le=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.js b/src/pages/index.js index cbf00c0..c8aa2a8 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -32,7 +32,7 @@ export default function Home() { const {siteConfig} = useDocusaurusContext(); return (