Skip to content

Commit c6e9c34

Browse files
Deploy/fix (#81)
* Update PR template to clarify contribution guidelines This change modifies the pull request template to ensure that contributors are reminded to follow the contribution guidelines. This helps maintain consistency and quality in the contributions made to the project. Thank you! * Add Deploy Preview Module workflow for Pester Help Tests This commit introduces a new GitHub Actions workflow for deploying a preview version of the module when changes are pushed to the develop branch. This enhancement allows for better testing and validation of features before merging into the main branch. Thank you!
1 parent 0caba0b commit c6e9c34

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,4 @@
5959
- [ ] Unit tests added/updated..
6060
- [ ] Integration tests added/updated (where possible).
6161
- [ ] Documentation added/updated (where applicable).
62-
ed code adheres to [DSC Resource Style Guidelines](https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md) and [Best Practices](https://github.com/PowerShell/DscResources/blob/master/BestPractices.md).
63-
62+
- [ ] Code follows the [contribution guidelines](../CONTRIBUTING.md).

.github/workflows/deploy-module.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
- tests/**
1111
- '**.md'
1212
- '**.yml'
13-
tags:
14-
- '**'
15-
- '!*preview*'
1613
env:
1714
buildFolderName: output
1815
buildArtifactName: output

.github/workflows/deploy-preview-module.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
- tests/**
1111
- '**.md'
1212
- '**.yml'
13-
tags:
14-
- '**'
15-
- '!*preview*'
1613
env:
1714
buildFolderName: output
1815
buildArtifactName: output

0 commit comments

Comments
 (0)