We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeff8a1 commit 6306f07Copy full SHA for 6306f07
.github/workflows/ci.yml
@@ -5,12 +5,11 @@ on:
5
workflow_call:
6
pull_request:
7
types: [opened, synchronize, ready_for_review]
8
- # paths-ignore: ["**.md", "!pyproject.toml"]
+ paths-ignore: ["**.md", "!pyproject.toml"]
9
push:
10
branches:
11
- main
12
- - develop
13
14
15
concurrency:
16
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments