Skip to content

Commit 654bbde

Browse files
Adding Workflow On PullToMain trigger
1 parent 9f52d4e commit 654bbde

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

GitHub/On/PullToMain.psd1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@{
2+
pull_request = @{
3+
branches =@('main','master')
4+
"paths-ignore" = @("docs/**","*.help.txt", "*.md")
5+
}
6+
}
7+
8+

0 commit comments

Comments
 (0)