Skip to content

Commit

Permalink
Merge pull request #16 from b-wind/build_only_target_plathome
Browse files Browse the repository at this point in the history
Build only target plathome.
  • Loading branch information
ponkotuy authored Aug 24, 2022
2 parents 775b773 + 90f6b9f commit 480f1c7
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 480f1c7

Please sign in to comment.