Skip to content

Commit

Permalink
Revert "TO BE REVERTED: only run release-test CI on push"
Browse files Browse the repository at this point in the history
This reverts commit 311db91.
  • Loading branch information
SWilson4 committed Feb 1, 2024
1 parent 9254146 commit 7e60db7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: android build

on: [pull_request]
on: [push, pull_request]

jobs:

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

on: [pull_request]
on: [push, pull_request]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Linux tests

on: [pull_request]
on: [push, pull_request]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Windows tests

on: [pull_request]
on: [push, pull_request]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Zephyr tests

on: [pull_request]
on: [push, pull_request]

jobs:

Expand Down

0 comments on commit 7e60db7

Please sign in to comment.