We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d0c4b commit c9a7f97Copy full SHA for c9a7f97
.github/workflows/main.yml
@@ -4,8 +4,11 @@ on:
4
merge_group:
5
push:
6
branches-ignore:
7
- # disabled for jaraco/skeleton#103
8
- # - gh-readonly-queue/** # Temporary merge queue-related GH-made branches
+ # temporary GH branches relating to merge queues (jaraco/skeleton#93)
+ - gh-readonly-queue/**
9
+ tags:
10
+ # required if branches-ignore is supplied (jaraco/skeleton#103)
11
+ - '**'
12
pull_request:
13
14
permissions:
0 commit comments