Skip to content

Commit

Permalink
Merge pull request #79 from NLnetLabs/release-0.1.0
Browse files Browse the repository at this point in the history
Release 0.1.0

Released 2024-01-19

First release
  • Loading branch information
density215 committed Jan 19, 2024
2 parents cf8da43 + 20c6c02 commit 2534bf2
Show file tree
Hide file tree
Showing 18 changed files with 261 additions and 1,931 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main

pull_request:
types: [review_requested, ready_for_review]

workflow_dispatch:

Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ on:
types:
- completed

pull_request:
types: [review_requested, ready_for_review]

push:
branches:
- main

workflow_dispatch:

jobs:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Packaging

on:
# push:
# branches:
# - main
# tags:
# - v*
push:
tags:
- v*

# Triggering on PRs and arbitrary branch pushes is not enabled because most of the time only the CI build should be
# triggered, not the packaging build. In cases where you want to test changes to this workflow this trigger enables
Expand Down
106 changes: 53 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2534bf2

Please sign in to comment.