Skip to content

Commit 3ead439

Browse files
committed
CI: run release job on all tag pushes
1 parent 5493682 commit 3ead439

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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.
1+
# Build the Boulder Debian package on tag push, and attach it to a GitHub
2+
# release.
3+
#
4+
# Keep in sync with try-release.yml, with the exception that try-release.yml can
5+
# have multiple entries in its matrix but this should only have one.
66
name: Build release
77
on:
88
push:
99
tags:
10-
- release-*
1110

1211
jobs:
1312
push-release:

0 commit comments

Comments
 (0)