Skip to content

Commit

Permalink
Merge pull request #23 from FrendsPlatform/ISSUE-22
Browse files Browse the repository at this point in the history
ISSUE-22: Fixed release workflows
  • Loading branch information
RikuVirtanen committed Jan 15, 2024
2 parents 27e0ece + 8f306bf commit 8cbe608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/RunCommand_release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Frends.PowerShell.RunCommand Release
name: RunCommand_Release

on:
workflow_dispatch:
paths:
paths:
- 'Frends.PowerShell.RunCommand/**'

jobs:
build:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/RunScript_release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Frends.PowerShell.RunScript Release
name: RunScript_Release

on:
workflow_dispatch:
paths:
paths:
- 'Frends.PowerShell.RunScript/**'

jobs:
build:
Expand Down

0 comments on commit 8cbe608

Please sign in to comment.