[rtems-central commit] github: Enable CI workflow on pull request

Sebastian Huber sebh at rtems.org
Tue Jan 3 14:51:54 UTC 2023


Module:    rtems-central
Branch:    master
Commit:    8a16663be4459b8e64109f5da88a0bca2a7ede83
Changeset: http://git.rtems.org/rtems-central/commit/?id=8a16663be4459b8e64109f5da88a0bca2a7ede83

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jan  3 16:02:29 2023 +0100

github: Enable CI workflow on pull request

---

 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the vc mailing list