Skip to content

Commit 8cfce42

Browse files
author
Vic Shóstak
committed
Update GH Action
1 parent d4f0ddc commit 8cfce42

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/testing_build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@ name: Testing CLI
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [dev]
6+
paths:
7+
- "configs/**"
8+
- "**.go"
69
pull_request:
710
branches: [master]
11+
paths:
12+
- "configs/**"
13+
- "**.go"
814

915
jobs:
1016
build:

0 commit comments

Comments
 (0)