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 21, 2024
1 parent a0d0c4b commit 9e09c19
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

This comment has been minimized.

Copy link
@webknjaz

webknjaz Mar 21, 2024

Contributor

@jaraco missing colon ^

This comment has been minimized.

Copy link
@jaraco

jaraco Mar 22, 2024

Author Owner

Thanks. I force-pushed c9a7f97, expecting that few if any had pulled the original code.

# required if branches-ignore is supplied (jaraco/skeleton#103)
- '**'
pull_request:

permissions:
Expand Down

0 comments on commit 9e09c19

Please sign in to comment.