From 4bebdf4b9fcad63e13c0131f4313d31a44540105 Mon Sep 17 00:00:00 2001 From: qtrinh2 Date: Mon, 18 Nov 2024 14:53:24 -0500 Subject: [PATCH 1/2] trigger on all branches, added concurrency --- .github/workflows/cicd.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 3093b0d..612e79b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -4,9 +4,12 @@ on: workflow_dispatch: push: branches: - - "main" + - "**" paths: - "**" +concurrency: + group: ${{ github.workflow }} + cancel-in-progress: true jobs: build-publish: From 92dbc232a727185e688cc5c6220b2aa4e604b91c Mon Sep 17 00:00:00 2001 From: qtrinh2 Date: Tue, 19 Nov 2024 08:19:11 -0500 Subject: [PATCH 2/2] added matomo tracking js snippet --- templates/base.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 4f18659..e6912d2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -25,6 +25,23 @@ {% block extrahead %}{% endblock extrahead %} + + + + + @@ -128,4 +145,4 @@ - \ No newline at end of file +