Skip to content

Commit 7fd1ea3

Browse files
committed
build: run tests and quality on my branches without making pull requests
1 parent 055a9f4 commit 7fd1ea3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- master
10+
- nedbat/*
1011
pull_request:
1112
workflow_dispatch:
1213

.github/workflows/testsuite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- master
10+
- nedbat/*
1011
pull_request:
1112
workflow_dispatch:
1213

0 commit comments

Comments
 (0)