diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index af9e680..1c9a354 100755 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -3,6 +3,7 @@ name: CI/CD Pipeline 'on': pull_request: push: + branches: [main] tags: ['v*'] env: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b84c55..5a35ba8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.0 + rev: 0.12.2 hooks: - id: uv-lock diff --git a/LICENSE b/LICENSE index 56823d1..52be54f 100755 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2024 DDC Softwares +Copyright (C) 2026 DDC Softwares Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/sonar-project.properties b/sonar-project.properties index 6816e60..702bf1a 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -14,4 +14,4 @@ sonar.exclusions=\ sonar.coverage.exclusions=\ .github/**/*,\ - tests/**/* \ No newline at end of file + tests/**/*