Skip to content

Commit 9a9d871

Browse files
committed
Run CI workflow on non-WIP branches
1 parent d55057d commit 9a9d871

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches-ignore:
6+
- 'wip/**'
67
tags: [ 'v*' ]
78
paths-ignore:
89
- '*.md'
910
- '*.txt'
1011
- '.git*'
1112
pull_request:
12-
branches: [ master ]
13+
branches-ignore:
14+
- 'wip/**'
1315
paths-ignore:
1416
- '*.md'
1517
- '*.txt'

0 commit comments

Comments
 (0)