Skip to content

Commit 615489d

Browse files
New process
1 parent 082d8fa commit 615489d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/workflows/Process-PSModule.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
name: Process-PSModule
22

33
on:
4-
push:
5-
workflow_dispatch:
4+
pull_request:
5+
branches:
6+
- main
7+
types:
8+
- closed
9+
- opened
10+
- reopened
11+
- synchronize
12+
- labeled
613

714
concurrency:
815
group: ${{ github.workflow }}
916

17+
permissions:
18+
contents: write
19+
pull-requests: write
20+
1021
jobs:
1122
Process-PSModule:
1223
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@main

0 commit comments

Comments
 (0)