Skip to content

Commit a0a38ef

Browse files
committed
test
1 parent ceb5271 commit a0a38ef

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,7 @@ env:
55
MACOSX_DEPLOYMENT_TARGET: '10.13'
66
on:
77
push:
8-
branches:
9-
- main
10-
tags-ignore:
11-
- '**'
12-
paths-ignore:
13-
- '**/*.md'
14-
- LICENSE
15-
- '**/*.gitignore'
16-
- .editorconfig
17-
- docs/**
8+
189
jobs:
1910
udeps:
2011
name: Udeps
@@ -55,7 +46,7 @@ jobs:
5546
build: ${{ matrix.settings.build }}
5647
docker: ${{ matrix.settings.docker }}
5748
host: ${{ matrix.settings.host }}
58-
if: ${{ matrix.settings.if }}
49+
if: ${{ matrix.settings.if || true }}
5950
setup: ${{ matrix.settings.setup }}
6051
target: ${{ matrix.settings.target }}
6152
strategy:

0 commit comments

Comments
 (0)