Skip to content

Commit

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

Change-Id: I0159d0d8463760c26994a0096fcb500f56078254
  • Loading branch information
Pesa committed Jun 16, 2024
1 parent 5b71cfa commit 45c48f9
Show file tree
Hide file tree
Showing 2 changed files with 17 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:
- 'Dockerfile'
- '.dockerignore'
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release
on:
push:
tags:
- 'ndn-tools-[0-9]+*'
workflow_dispatch:

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

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

0 comments on commit 45c48f9

Please sign in to comment.