Skip to content

Commit 962ab19

Browse files
authored
Add ignore paths in ibis gha (#353)
1 parent 6f86253 commit 962ab19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ibis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'cli/**'
9+
- '.github/workflows/cli.yml'
710
pull_request:
811
branches:
912
- main
13+
paths-ignore:
14+
- 'cli/**'
15+
- '.github/workflows/cli.yml'
1016

1117
permissions:
1218
contents: write

0 commit comments

Comments
 (0)