Skip to content

Commit 2534bf2

Browse files
authored
Merge pull request #79 from NLnetLabs/release-0.1.0
Release 0.1.0 Released 2024-01-19 First release
2 parents cf8da43 + 20c6c02 commit 2534bf2

18 files changed

+261
-1931
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77

88
pull_request:
9+
types: [review_requested, ready_for_review]
910

1011
workflow_dispatch:
1112

.github/workflows/coverage.yml

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ on:
66
types:
77
- completed
88

9+
pull_request:
10+
types: [review_requested, ready_for_review]
11+
12+
push:
13+
branches:
14+
- main
15+
916
workflow_dispatch:
1017

1118
jobs:

.github/workflows/pkg.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Packaging
22

33
on:
4-
# push:
5-
# branches:
6-
# - main
7-
# tags:
8-
# - v*
4+
push:
5+
tags:
6+
- v*
97

108
# Triggering on PRs and arbitrary branch pushes is not enabled because most of the time only the CI build should be
119
# triggered, not the packaging build. In cases where you want to test changes to this workflow this trigger enables

Cargo.lock

+53-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)