We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85958b8 + c16ac97 commit 5bfa295Copy full SHA for 5bfa295
.github/workflows/build-and-test.yml
@@ -2,12 +2,20 @@ name: Build and Test
2
3
on:
4
push:
5
+ branches:
6
+ - main
7
+ paths-ignore:
8
+ - "**/*.md"
9
pull_request:
10
11
12
types:
13
- opened
14
- reopened
15
- synchronize
16
- ready_for_review
17
18
19
20
env:
21
CARGO_TERM_COLOR: always
.github/workflows/setup-macos.yml
@@ -2,17 +2,6 @@ name: Setup env
workflow_call:
- push:
- branches:
- - main
- - github-action-update
- paths-ignore:
- - "**/*.md"
- pull_request:
jobs:
setup-macos:
0 commit comments