Skip to content

Commit bce4bef

Browse files
Remove sampler branch from pull request workflow for Pester Help Tests
This change eliminates the temporary 'sampler' branch from the pull request workflow configuration. This helps streamline the workflow and ensures that only relevant branches are monitored. Thank you!
1 parent f66fd88 commit bce4bef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ on:
22
pull_request:
33
branches:
44
- main
5-
- sampler # temporary branch for testing
65
- develop
76
paths-ignore:
87
- CHANGELOG.md
8+
name: Build and Test Module for Pull Request
99
env:
1010
buildFolderName: output
1111
buildArtifactName: output

0 commit comments

Comments
 (0)