Skip to content

Commit

Permalink
Build only target plathome.
Browse files Browse the repository at this point in the history
  • Loading branch information
b-wind committed Aug 23, 2022
1 parent 6f378b0 commit 90f6b9f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
name: build linux
on: [push, pull_request]

on:
push:
paths-ignore:
- 'windows/**'
- 'macos/**'
pull_request:
paths-ignore:
- 'windows/**'
- 'macos/**'

jobs:
build:
runs-on: ubuntu-latest
Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
name: build macos
on: [push, pull_request]

on:
push:
paths-ignore:
- 'linux/**'
- 'windows/**'
pull_request:
paths-ignore:
- 'linux/**'
- 'windows/**'

jobs:
build:
runs-on: macos-latest
Expand Down

0 comments on commit 90f6b9f

Please sign in to comment.