Skip to content

Commit

Permalink
Re-enable ignoring of temporary merge queue branches. Closes #103.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 22, 2024
1 parent a0d0c4b commit c9a7f97
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -4,8 +4,11 @@ on:
merge_group:
push:
branches-ignore:
# disabled for jaraco/skeleton#103
# - gh-readonly-queue/** # Temporary merge queue-related GH-made branches
# temporary GH branches relating to merge queues (jaraco/skeleton#93)
- gh-readonly-queue/**
tags:
# required if branches-ignore is supplied (jaraco/skeleton#103)
- '**'
pull_request:

permissions:
Expand Down

0 comments on commit c9a7f97

Please sign in to comment.