diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3837a69..37be5cb 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -4,9 +4,6 @@ name: publish on: workflow_dispatch: # Allow running the workflow manually from the GitHub UI - push: - branches: - - 'main' # Run the workflow when pushing to the main branch pull_request: branches: - '*' # Run the workflow for all pull requests diff --git a/dotnet/UneceGenerator/UneceUnits.Contract/UneceUnits.Contract.csproj b/dotnet/UneceGenerator/UneceUnits.Contract/UneceUnits.Contract.csproj index 7cdb672..2f0337e 100644 --- a/dotnet/UneceGenerator/UneceUnits.Contract/UneceUnits.Contract.csproj +++ b/dotnet/UneceGenerator/UneceUnits.Contract/UneceUnits.Contract.csproj @@ -8,7 +8,7 @@ https://www.quadient.com https://github.com/quadient/unece-units Quadient, jakubsemerak, yardee - UNECE; contract; units; rec. 20; rec.21 + UNECE; contract; units; rec.20; rec.21 UNECE Units Contract package for UneceUnits package for working with UNECE rec. 20 and rec. 21 standards. diff --git a/dotnet/UneceGenerator/UneceUnits/UneceUnits.csproj b/dotnet/UneceGenerator/UneceUnits/UneceUnits.csproj index 3bfd9fb..786c372 100644 --- a/dotnet/UneceGenerator/UneceUnits/UneceUnits.csproj +++ b/dotnet/UneceGenerator/UneceUnits/UneceUnits.csproj @@ -8,7 +8,7 @@ https://www.quadient.com https://github.com/quadient/unece-units Quadient, jakubsemerak, yardee - UNECE; units; rec. 20; rec.21 + UNECE; units; rec.20; rec.21 UNECE Units generated structures for working with UNECE rec. 20 and rec. 21 standards.