Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz committed Feb 6, 2024
1 parent 43c24a2 commit ff2897a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ on:
- 'LICENSE'
- 'README.md'

push:
branches: [develop]
paths-ignore:
- '.github/workflows/Windows-MSVC.yml'
- '.github/workflows/Linux.yml'
- '.github/workflows/macOS.yml'
- '.github/workflows/iOS.yml'
- '.github/workflows/Android.yml'
- '.gitignore'
- 'LICENSE'
- 'README.md'

jobs:
build:
name: ${{ matrix.os }}-x64 ( ${{ matrix.kind }}-${{ matrix.mode }} )
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/Windows-LLVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ on:
- 'LICENSE'
- 'README.md'

push:
branches: [develop]
paths-ignore:
- '.github/workflows/Windows-MSVC.yml'
- '.github/workflows/Linux.yml'
- '.github/workflows/macOS.yml'
- '.github/workflows/iOS.yml'
- '.github/workflows/Android.yml'
- '.gitignore'
- 'LICENSE'
- 'README.md'


jobs:
build:
name: ${{ matrix.os }}-LLVM-${{ matrix.arch }} ( ${{ matrix.kind }}-${{ matrix.mode }} )
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ on:
- 'LICENSE'
- 'README.md'

push:
branches: [develop]
paths-ignore:
- '.github/workflows/Windows-MSVC.yml'
- '.github/workflows/Linux.yml'
- '.github/workflows/macOS.yml'
- '.github/workflows/iOS.yml'
- '.github/workflows/Android.yml'
- '.gitignore'
- 'LICENSE'
- 'README.md'

jobs:
build:
name: ${{ matrix.os }}-x64 ( ${{ matrix.kind }}-${{ matrix.mode }} )
Expand Down

0 comments on commit ff2897a

Please sign in to comment.