Skip to content

Commit ad95bff

Browse files
committed
Fix workflows
1 parent f794407 commit ad95bff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backward-compatibility.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "master"
9+
- "1.3.x"
1010

1111
jobs:
1212
backward-compatibility:

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "master"
9+
- "1.3.x"
1010

1111
jobs:
1212
lint:

0 commit comments

Comments
 (0)