diff --git a/.github/workflows/trigger-reusable-lib.yml b/.github/workflows/trigger-reusable-lib.yml index 1e2a6f23c3..dd0a56810f 100644 --- a/.github/workflows/trigger-reusable-lib.yml +++ b/.github/workflows/trigger-reusable-lib.yml @@ -7,17 +7,17 @@ permissions: pull-requests: read on: - # push: - # branches: [main] - # paths: - # - "packages/**" - # - ".github/trigger-reusable-lib.yml" - - # pull_request_target: - # types: [opened, reopened, synchronize, labeled] - # paths: - # - "packages/**" - # - ".github/**" + push: + branches: [main] + paths: + - "packages/**" + - ".github/trigger-reusable-lib.yml" + + pull_request_target: + types: [opened, reopened, synchronize, labeled] + paths: + - "packages/**" + - ".github/trigger-reusable-lib.yml" workflow_dispatch: inputs: diff --git a/packages/qvac-cli/README.md b/packages/qvac-cli/README.md index 3be9545140..c246a26fb4 100644 --- a/packages/qvac-cli/README.md +++ b/packages/qvac-cli/README.md @@ -324,4 +324,4 @@ The CLI can be configured using environment variables: This project is licensed under the Apache-2.0 License - see the [LICENSE](LICENSE) file for details. -test \ No newline at end of file +testing qvac-cli \ No newline at end of file