Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: android
on:
push:
branches:
- main
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will break Save size baselines and push to branch (main only). We may need to break that part into a new action

pull_request:
# Cancel in-progress CI jobs when a new commit is pushed to a PR.
concurrency:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: format_check
on:
push:
branches:
- main
pull_request:
# Cancel in-progress CI jobs when a new commit is pushed to a PR.
concurrency:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: ios
on:
push:
branches:
- main
pull_request:
# Cancel in-progress CI jobs when a new commit is pushed to a PR.
concurrency:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/linux_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: linux_test
on:
push:
branches:
- main
pull_request:
# Cancel in-progress CI jobs when a new commit is pushed to a PR.
concurrency:
Expand Down
Loading