Skip to content

Commit 8830ab7

Browse files
authored
Add github-mirror as target branch for push/pull workflow trigger (#162)
1 parent 9b59238 commit 8830ab7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: PowerShell Archive Module Tests
22

33
on:
44
push:
5-
branches: [ master, servicing ]
5+
branches: [ master, servicing, github-mirror ]
66
pull_request:
7-
branches: [ master, servicing ]
7+
branches: [ master, servicing, github-mirror ]
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)