Skip to content

Commit

Permalink
Modify build to only run on master as this publishes to the PS Gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnybottles committed Nov 29, 2024
1 parent ae4e431 commit d7e63ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ on:
branches:
- master
- Development
push:
branches:
- master
- Development
- "bugfix/117-fails-to-install-due-to-no-robustcloudcommand"
jobs:
build:
runs-on: windows-2019
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Install Prerequisites
run: .\build\vsts-prerequisites.ps1
shell: powershell
# - name: Validate
# run: .\build\vsts-validate.ps1
# shell: powershell
- name: Validate
run: .\build\vsts-validate.ps1
shell: powershell

0 comments on commit d7e63ec

Please sign in to comment.