Skip to content

Commit 9632cfe

Browse files
committed
CI: trigger on dev branch, ignore markdown-only pushes
1 parent 48c02d5 commit 9632cfe

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/tests.yml

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

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, dev ]
6+
paths-ignore:
7+
- '**.md'
68
pull_request:
7-
branches: [ master ]
9+
branches: [ master, dev ]
10+
paths-ignore:
11+
- '**.md'
812

913
jobs:
1014
bats:

0 commit comments

Comments
 (0)