Skip to content

Commit

Permalink
Run CI for tags too (#122)
Browse files Browse the repository at this point in the history
When ignoring (merge queue) branches, we accidentally ignored also
pushed for tags, but we need those for creating releases.
  • Loading branch information
llucax authored Jun 30, 2023
2 parents 239cda8 + dd7101a commit 19487b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
merge_group:
pull_request:
push:
tags:
- '*'
branches-ignore:
# Ignore pushes to merge queues.
# We only want to test the merge commit (`merge_group` event), the hashes
Expand Down

0 comments on commit 19487b8

Please sign in to comment.