Skip to content

Commit e1daa78

Browse files
committed
ci: add release workflow
[skip ci] Change-Id: I00c747e84ac8075e24473b746dc81a8a80eb5449
1 parent 27b7092 commit e1daa78

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.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
workflow_dispatch:
57

68
permissions: {}

.github/workflows/release.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Release
2+
on:
3+
push:
4+
tags:
5+
- '[0-9]+.[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

0 commit comments

Comments
 (0)