Skip to content

Commit 89c22ed

Browse files
committed
ci: add release workflow
[skip ci] Change-Id: Idfcef50378042e62c10494cc37d18e590688eba5
1 parent 08c2fbb commit 89c22ed

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: CI
22
on:
33
push:
4+
branches:
5+
- '**'
46
paths-ignore:
57
- '*.conf.sample*'
68
- 'Dockerfile'

.github/workflows/release.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Release
2+
on:
3+
push:
4+
tags:
5+
- 'NFD-[0-9]+*'
6+
workflow_dispatch:
7+
8+
permissions:
9+
attestations: write
10+
contents: write
11+
id-token: write
12+
13+
jobs:
14+
release:
15+
uses: named-data/actions/.github/workflows/release.yml@v1
16+
with:
17+
submodules: true

0 commit comments

Comments
 (0)