We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ba2c9 commit 613833eCopy full SHA for 613833e
.github/workflows/ci.yml
@@ -1,11 +1,11 @@
1
name: Run CI
2
on:
3
push:
4
- branches: [ main ]
+ branches: [ 1.x ]
5
paths-ignore:
6
- '**.md' # Do not need to run CI for markdown changes.
7
pull_request:
8
9
10
- '**.md'
11
.github/workflows/release-please.yml
@@ -3,7 +3,7 @@ name: Run Release Please
branches:
- - main
+ - 1.x
jobs:
release-package:
0 commit comments