Skip to content

Commit

Permalink
Update build workflows target source and build files
Browse files Browse the repository at this point in the history
  • Loading branch information
cksapp committed Nov 18, 2024
1 parent 0180dc7 commit 10a5798
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/Build_Tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Build_Tests

on: [push, pull_request]
on:
push:
paths:
- /src
- /src/**
- /Datto.DBPool.API/**
- .github/workflows/Build_Tests.yaml
pull_request:
branches: [ "main" ]

jobs:

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/PSScriptAnalyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ name: PSScriptAnalyzer
on:
push:
branches: [ "main" ]
paths:
- /src
- /src/**
- /Datto.DBPool.API/**
- .github/workflows/PSScriptAnalyzer.yml
pull_request:
branches: [ "main" ]
schedule:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This Powershell module acts as a wrapper for the Datto DBPool API, and is design
> [!TIP]
> [Install PowerShell 7](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows)
>
> While not <u>strictly</u> nessicary, installing the latest version of PowerShell 7 _(or greater depending on latest version)_ is _**highly**_ reccomended.
> While not strictly nessicary, installing the latest version of PowerShell 7 _(or greater depending on latest version)_ is _**highly**_ reccomended.
>
> This module _should_**** function with the default Windows PowerShell 5.1 though it is encouraged to install the latest version where possible as this has been built and tested against the latest stable release.
Expand Down

0 comments on commit 10a5798

Please sign in to comment.