Skip to content

Commit fe746d5

Browse files
committed
chore: release please
1 parent c544c0e commit fe746d5

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
on:
2+
push:
3+
branches:
4+
- master
5+
6+
permissions:
7+
contents: write
8+
issues: write
9+
pull-requests: write
10+
11+
name: release-please
12+
13+
jobs:
14+
release-please:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: googleapis/release-please-action@v4
18+
with:
19+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
20+
release-type: simple

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Tests
22

33
on:
44
pull_request:
5-
branches: [ master, main ]
5+
branches:
6+
- master
67
push:
7-
branches: [ master, main ]
8+
branches:
9+
- master
810

911
jobs:
1012
test:

0 commit comments

Comments
 (0)