Skip to content

Commit 613833e

Browse files
committed
chore: Update GHA to target 1.x branch
1 parent d6ba2c9 commit 613833e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Run CI
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [ 1.x ]
55
paths-ignore:
66
- '**.md' # Do not need to run CI for markdown changes.
77
pull_request:
8-
branches: [ main ]
8+
branches: [ 1.x ]
99
paths-ignore:
1010
- '**.md'
1111

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run Release Please
33
on:
44
push:
55
branches:
6-
- main
6+
- 1.x
77

88
jobs:
99
release-package:

0 commit comments

Comments
 (0)