Skip to content

Commit 19487b8

Browse files
authored
Run CI for tags too (#122)
When ignoring (merge queue) branches, we accidentally ignored also pushed for tags, but we need those for creating releases.
2 parents 239cda8 + dd7101a commit 19487b8

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)