Skip to content

Commit

Permalink
Add placeholder pkg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 authored Oct 24, 2023
1 parent dc0f6a3 commit 254f6bf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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:
full:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7

# Placeholder configuration to make the workflow appear in GitHub Actions until the real workflow is merged to
# the main branch.

0 comments on commit 254f6bf

Please sign in to comment.