Skip to content

Commit

Permalink
ci: add release workflow
Browse files Browse the repository at this point in the history
[skip ci]

Change-Id: Idfcef50378042e62c10494cc37d18e590688eba5
  • Loading branch information
Pesa committed Jun 16, 2024
1 parent 08c2fbb commit 89c22ed
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI
on:
push:
branches:
- '**'
paths-ignore:
- '*.conf.sample*'
- 'Dockerfile'
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release
on:
push:
tags:
- 'NFD-[0-9]+*'
workflow_dispatch:

permissions:
attestations: write
contents: write
id-token: write

jobs:
release:
uses: named-data/actions/.github/workflows/release.yml@v1
with:
submodules: true

0 comments on commit 89c22ed

Please sign in to comment.