We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae6b27 commit 537d8aeCopy full SHA for 537d8ae
.github/workflows/posix.yml
@@ -2,7 +2,9 @@ name: Posix
2
3
on:
4
push:
5
- branches: [master]
+ branches:
6
+ - master
7
+ - 1.3.x
8
pull_request:
9
branches:
10
- master
.github/workflows/pre-commit.yml
@@ -3,7 +3,9 @@ name: pre-commit
jobs:
11
pre-commit:
.github/workflows/sdist.yml
@@ -4,6 +4,7 @@ on:
0 commit comments