Skip to content

Commit

Permalink
Added run conditions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwasow committed Jan 15, 2025
1 parent 18f187f commit 9632425
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Android build

on:
push:
branches: [ main ]
branches: [ main, '@kwasow/CI' ]
pull_request:
branches: [ main ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: iOS build

on:
push:
branches: [ main ]
branches: [ main, @kwasow/CI ]
pull_request:
branches: [ main ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint

on:
push:
branches: [ main ]
branches: [ main, '@kwasow/CI' ]
pull_request:
branches: [ main ]

Expand Down

0 comments on commit 9632425

Please sign in to comment.