File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,19 +4,20 @@ permissions:
44 contents : read
55
66on :
7- pull_request :
8- paths :
9- - " .github/workflows/r-tests.yml"
10- - " Makefile"
11- - " R/**"
12- - " shared/conformance/**"
13- push :
14- branches : [main]
15- paths :
16- - " .github/workflows/r-tests.yml"
17- - " Makefile"
18- - " R/**"
19- - " shared/conformance/**"
7+ # pull_request:
8+ # paths:
9+ # - ".github/workflows/r-tests.yml"
10+ # - "Makefile"
11+ # - "R/**"
12+ # - "shared/conformance/**"
13+ # push:
14+ # branches: [main]
15+ # paths:
16+ # - ".github/workflows/r-tests.yml"
17+ # - "Makefile"
18+ # - "R/**"
19+ # - "shared/conformance/**"
20+ workflow_dispatch :
2021
2122concurrency :
2223 group : ${{ github.workflow }}-${{ github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.head_ref || github.ref_name }}
Original file line number Diff line number Diff line change 11[project ]
22name = " compehndly-docs"
3- version = " 0.0.0 "
3+ version = " 0.0.1 "
44description = " Documentation build configuration for compehndly."
55requires-python = " >=3.11"
66dependencies = []
Original file line number Diff line number Diff line change 11[project ]
22name = " compehndly"
3- version = " 0.0.1a3 "
3+ version = " 0.0.1a4 "
44description = " Personal Exposure Health Registry"
55readme = " README.md"
66authors = [
You can’t perform that action at this time.
0 commit comments