Skip to content

Commit cbac2b2

Browse files
committed
add new release ci
1 parent c8b5a10 commit cbac2b2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Lint
44
on:
55
push:
66
branches:
7-
- master
7+
- main
88
- 2.*
99
pull_request:
1010
branches:

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Release Pipeline
22
on:
33
push:
4-
tags: ['v*']
5-
4+
branches: ['main']
65
jobs:
76
build-and-release:
87
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)