Skip to content

Commit fff9822

Browse files
authored
Merge pull request #173 from mattip/gitub-actions
run workflows on PRs to maintenance branches
2 parents 347e655 + 84c4a84 commit fff9822

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/posix.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
push:
55
branches: [ main ]
66
pull_request:
7-
branches: [ main ]
7+
branches:
8+
- main
9+
- maintenance/**
810
workflow_dispatch: null
911
schedule:
1012
- cron: '0 0 * * 0'

.github/workflows/windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
push:
55
branches: [ main ]
66
pull_request:
7-
branches: [ main ]
7+
branches:
8+
- main
9+
- maintenance/**
810
workflow_dispatch: null
911

1012
env:

0 commit comments

Comments
 (0)