summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-03 16:02:29 +0100
committerSebastian Huber <sebhub@gmail.com>2023-01-03 16:05:04 +0100
commit8a16663be4459b8e64109f5da88a0bca2a7ede83 (patch)
tree21f5374c7c2f48d40f80feb6e6692035774f9c72
parentgithub: Run spec2modules.py in CI workflow (diff)
downloadrtems-central-8a16663be4459b8e64109f5da88a0bca2a7ede83.tar.bz2
github: Enable CI workflow on pull request
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 90f00257..2ff70b7d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,5 +1,5 @@
name: CI
-on: [push]
+on: [pull_request, push]
jobs:
create-virtualenv:
runs-on: ubuntu-latest