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: 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 +