Skip to content

Commit 284aa0b

Browse files
Update GitHub workflow build/release config
1 parent fa5f349 commit 284aa0b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
name: build-CI
22

33
on:
4-
create:
5-
branches:
6-
- feature/**
74
push:
85
branches:
96
- ace
107
- main
118
- develop
129
- feature/**
1310
- bugfix/**
11+
tags-ignore:
12+
- '**'
13+
paths-ignore:
14+
- 'README.md'
1415

1516
jobs:
1617
build:

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: release-CI
22

33
on:
4-
create:
4+
push:
55
branches:
66
- release/**
7+
tags-ignore:
8+
- '**'
9+
paths-ignore:
10+
- 'README.md'
711

812
jobs:
913
build:

0 commit comments

Comments
 (0)