Skip to content

Commit

Permalink
Update github workflows rules
Browse files Browse the repository at this point in the history
  • Loading branch information
romansavka-mq committed May 22, 2024
1 parent 8b170d5 commit 89ec87d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Android
on:
push:
branches:
- master
- main-dxp
paths:
- '.github/workflows/build-android.yml'
- 'android/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main-dxp
paths:
- '.github/workflows/build-ios.yml'
- 'ios/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Android
on:
push:
branches:
- master
- main-dxp
paths:
- '.github/workflows/check-android.yml'
- 'android/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Check CLang
on:
push:
branches:
- master
- main-dxp
paths:
- '.github/workflows/check-clang.yml'
- 'ios/**'
pull_request:
branches:
- master
- main-dxp
paths:
- '.github/workflows/check-clang.yml'
- 'ios/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check iOS
on:
push:
branches:
- master
- main-dxp
paths:
- '.github/workflows/check-ios.yml'
- 'ios/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check JS
on:
push:
branches:
- master
- main-dxp
paths:
- '.github/workflows/check-js.yml'
- 'src/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main-dxp
paths:
- '.github/workflows/deploy-docs.yml'
- 'docs/**'
Expand Down

0 comments on commit 89ec87d

Please sign in to comment.