Skip to content

Commit 58b45ff

Browse files
committed
Ignore WIP Branches in CI.
1 parent 146f505 commit 58b45ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22

33
on:
44
push:
5+
branches-ignore:
6+
- "wip*"
57
tags:
68
- "v*"
79
pull_request:
@@ -33,6 +35,7 @@ jobs:
3335
ci:
3436
needs: list
3537
runs-on: ubuntu-latest
38+
3639
strategy:
3740
fail-fast: false
3841
matrix:

0 commit comments

Comments
 (0)