Skip to content

Commit 6fdd1c9

Browse files
committed
restore ci conditions
1 parent 37bf18a commit 6fdd1c9

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ name: Release
44
# always build releases (to make sure wheel-building works)
55
# but only publish to PyPI on tags
66
on:
7-
{}
8-
# push:
9-
# branches-ignore:
10-
# - "pre-commit-ci*"
11-
# tags:
12-
# - "*"
13-
# pull_request:
7+
push:
8+
branches-ignore:
9+
- "pre-commit-ci*"
10+
tags:
11+
- "*"
12+
pull_request:
1413

1514
concurrency:
1615
group: >-

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Test
22

33
on:
4-
{}
5-
# pull_request:
6-
# push:
7-
# branches-ignore:
8-
# - "pre-commit-ci*"
4+
pull_request:
5+
push:
6+
branches-ignore:
7+
- "pre-commit-ci*"
98

109
concurrency:
1110
group: >-

0 commit comments

Comments
 (0)