Skip to content

Commit 33f9eda

Browse files
committed
Replace master references in workflow definition with the 'on' section from jaraco/skeleton.
1 parent 78fc453 commit 33f9eda

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
name: tests
22

33
on:
4+
merge_group:
45
push:
5-
branches: [ master ]
6+
branches-ignore:
7+
# temporary GH branches relating to merge queues (jaraco/skeleton#93)
8+
- gh-readonly-queue/**
9+
tags:
10+
# required if branches-ignore is supplied (jaraco/skeleton#103)
11+
- '**'
612
pull_request:
7-
branches: [ master ]
813

914
jobs:
1015
build:

0 commit comments

Comments
 (0)