Skip to content

Commit dd7101a

Browse files
committed
Run CI for tags too
When ignoring (merge queue) branches, we accidentally ignored also pushed for tags, but we need those for creating releases. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 239cda8 commit dd7101a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
merge_group:
55
pull_request:
66
push:
7+
tags:
8+
- '*'
79
branches-ignore:
810
# Ignore pushes to merge queues.
911
# We only want to test the merge commit (`merge_group` event), the hashes

0 commit comments

Comments
 (0)