Skip to content

Commit 58dbf8e

Browse files
committed
ci/package_core: generate JSONs on PRs too
Make sure the JSONs are generated on PRs too, so that they can be inspected before merging.
1 parent dc21555 commit 58dbf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
publish-json:
267267
name: Publish jsons
268268
runs-on: ubuntu-latest
269-
if: ${{ github.event_name == 'push' && github.repository == 'arduino/ArduinoCore-zephyr' }}
269+
if: ${{ github.repository == 'arduino/ArduinoCore-zephyr' }}
270270
needs:
271271
- package-core
272272
- test-core

0 commit comments

Comments
 (0)