diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index 98c56b4..7ccdc30 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -5,8 +5,6 @@ on: push: branches: - "master" - tags: - - "v*" pull_request: branches: - "master" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 3f0abca..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,9 +0,0 @@ -repos: - - repo: local - hooks: - - id: check-version-file - name: Check VERSION file - entry: | - sh -c 'git diff --quiet master ./VERSION || echo "ERROR: The VERSION file must be different from the one in the master branch."' - language: system - files: VERSION