We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c2fbb commit 89c22edCopy full SHA for 89c22ed
.github/workflows/ci.yml
@@ -1,6 +1,8 @@
1
name: CI
2
on:
3
push:
4
+ branches:
5
+ - '**'
6
paths-ignore:
7
- '*.conf.sample*'
8
- 'Dockerfile'
.github/workflows/release.yml
@@ -0,0 +1,17 @@
+name: Release
+on:
+ push:
+ tags:
+ - 'NFD-[0-9]+*'
+ workflow_dispatch:
+
+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