Skip to content

Commit 601c1f3

Browse files
committed
Add branch restriction for push event in publish workflow
1 parent 55f929f commit 601c1f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: publish
22

33
on:
44
push:
5+
branches:
6+
- main
57
paths:
68
- powershell-az.psd1
79

0 commit comments

Comments
 (0)