Skip to content

Commit 5bfa295

Browse files
Merge pull request #18 from zkmopro/github-actions-update
github actions pipeline updated
2 parents 85958b8 + c16ac97 commit 5bfa295

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

.github/workflows/build-and-test.yml

+8
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@ name: Build and Test
22

33
on:
44
push:
5+
branches:
6+
- main
7+
paths-ignore:
8+
- "**/*.md"
59
pull_request:
10+
branches:
11+
- main
612
types:
713
- opened
814
- reopened
915
- synchronize
1016
- ready_for_review
17+
paths-ignore:
18+
- "**/*.md"
1119

1220
env:
1321
CARGO_TERM_COLOR: always

.github/workflows/setup-macos.yml

-11
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@ name: Setup env
22

33
on:
44
workflow_call:
5-
push:
6-
branches:
7-
- main
8-
- github-action-update
9-
paths-ignore:
10-
- "**/*.md"
11-
pull_request:
12-
branches:
13-
- main
14-
paths-ignore:
15-
- "**/*.md"
165

176
jobs:
187
setup-macos:

0 commit comments

Comments
 (0)