diff --git a/.github/workflows/Process-PSModule.yml b/.github/workflows/Process-PSModule.yml index 6e69583..dab2e65 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -4,11 +4,13 @@ on: workflow_dispatch: schedule: - cron: '0 0 * * *' + push: + branches: + - main pull_request: branches: - main types: - - closed - opened - reopened - synchronize diff --git a/README.md b/README.md index 4a696eb..ae85482 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Import-Module -Name {{ NAME }} ## Usage -Here is a list of example that are typical use cases for the module. +Here is a list of examples that are typical use cases for the module. ### Example 1: Greet an entity @@ -41,7 +41,7 @@ Hello, World! Provide examples for typical commands that a user would like to do with the module. ```powershell -Import-Module -Name PSModuleTemplate +Import-Module -Name MariusTestModule ``` ### Find more examples