Skip to content

Commit

Permalink
Skeleton pkg workflow.
Browse files Browse the repository at this point in the history
To cause GH to enable the pkg workflow so that it can be further developed and tested in PR #22.
  • Loading branch information
ximon18 authored Nov 13, 2024
1 parent 2400fde commit 41157b3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/pkg-rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Packaging

on:
push:
branches:
- "main"
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
# you to manually invoke this workflow on an arbitrary branch as needed.
workflow_dispatch:

jobs:
package:
#
# Set @vN to the latest released version.
# For more information see: https://github.com/NLnetLabs/ploutos/blob/main/README.md
#
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7

# TODO

0 comments on commit 41157b3

Please sign in to comment.