Skip to content

Commit ae488ce

Browse files
committed
updated psbuild tasks
1 parent b43dc8f commit ae488ce

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
on:
22
push:
3-
branches: [ develop, bugfix/*, feature/*, release/*, hotfix/* ]
3+
branches: [ develop, bugfix/*, feature/*, release/* ]
44
pull_request:
55
branches: [ develop ]
66

77
jobs:
88
build-validation:
9-
uses: abbgrade/PsBuildTasks/.github/workflows/build-validation-matrix.yml@1.9.0
9+
uses: abbgrade/PsBuildTasks/.github/workflows/build-validation-matrix.yml@1.11.1

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
on:
22
push:
3-
branches: [ release/*, hotfix/* ]
3+
branches: [ release/*, 'hotfix/*' ]
44
workflow_dispatch:
55

66
jobs:
77
pre-release:
8-
uses: abbgrade/PsBuildTasks/.github/workflows/pre-release-windows.yml@1.9.0
8+
uses: abbgrade/PsBuildTasks/.github/workflows/pre-release-windows.yml@1.11.1
99
with:
1010
module-name: PsDac
1111
secrets:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
release:
8-
uses: abbgrade/PsBuildTasks/.github/workflows/release-windows.yml@1.9.0
8+
uses: abbgrade/PsBuildTasks/.github/workflows/release-windows.yml@1.11.1
99
with:
1010
module-name: PsDac
1111
secrets:

.vscode/launch.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": []
4+
}

0 commit comments

Comments
 (0)