Skip to content

Commit c152b53

Browse files
Merge pull request #39 from GertjanBisschop/prepare-v0.0.1a4
prepare release v0.0.1a4
2 parents 09d238c + 673b77d commit c152b53

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

.github/workflows/r-tests.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ permissions:
44
contents: read
55

66
on:
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

2122
concurrency:
2223
group: ${{ github.workflow }}-${{ github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.head_ref || github.ref_name }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "compehndly-docs"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
description = "Documentation build configuration for compehndly."
55
requires-python = ">=3.11"
66
dependencies = []

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "compehndly"
3-
version = "0.0.1a3"
3+
version = "0.0.1a4"
44
description = "Personal Exposure Health Registry"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)