Skip to content

Commit

Permalink
Run CI for tags too
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.

Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
  • Loading branch information
llucax committed Jun 30, 2023
1 parent 239cda8 commit dd7101a
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 dd7101a

Please sign in to comment.