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 5493682 commit 5c25775Copy full SHA for 5c25775
.github/workflows/release.yml
@@ -1,13 +1,13 @@
1
-# Build the Boulder Debian package on every PR, push to main, and tag push. On
2
-# tag pushes, additionally create a GitHub release and with the resulting Debian
3
-# package.
4
-# Keep in sync with try-release.yml, with the exception that try-release.yml
5
-# can have multiple entries in its matrix but this should only have one.
+# Build the Boulder Debian package on tag push, and attach it to a GitHub
+# release.
+#
+# Keep in sync with try-release.yml, with the exception that try-release.yml can
+# have multiple entries in its matrix but this should only have one.
6
name: Build release
7
on:
8
push:
9
tags:
10
- - release-*
+ - *
11
12
jobs:
13
push-release:
0 commit comments