Skip to content

Commit 6306f07

Browse files
authored
update CI frequency (#95)
1 parent aeff8a1 commit 6306f07

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ on:
55
workflow_call:
66
pull_request:
77
types: [opened, synchronize, ready_for_review]
8-
# paths-ignore: ["**.md", "!pyproject.toml"]
8+
paths-ignore: ["**.md", "!pyproject.toml"]
99
push:
1010
branches:
1111
- main
12-
- develop
13-
# paths-ignore: ["**.md", "!pyproject.toml"]
12+
paths-ignore: ["**.md", "!pyproject.toml"]
1413

1514
concurrency:
1615
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)