Skip to content

Commit a13be82

Browse files
committed
Fix ci and release
1 parent 57f86cb commit a13be82

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22
on:
33
pull_request:
44
push:
5+
branches:
6+
- master
57
jobs:
68
ci:
79
runs-on: ubuntu-latest

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Release
22
on:
33
push:
4-
branches: [master, main]
54
tags: ["*"]
65
jobs:
76
publish:

0 commit comments

Comments
 (0)