Skip to content

Commit bcd2552

Browse files
Elle/GitHub actions coldfix (duckduckgo#1945)
1 parent c979ac7 commit bcd2552

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
case "${{ github.ref }}" in
4747
*release/*) ;;
4848
*hotfix/*) ;;
49-
*) echo "👎 Not a release or hotfix branch"; exit 1 ;;
49+
*coldfix/*) ;;
50+
*) echo "👎 Not a release, hotfix, or coldfix branch"; exit 1 ;;
5051
esac
5152
5253
- name: Register SSH keys for access to certificates

0 commit comments

Comments
 (0)