commit: b524fc4703de6662603f04662089d5468cb704d8
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 15:01:26 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 15:02:21 2023 +0000
URL: https://gitweb.gentoo.org/data/api.git/commit/?id=b524fc47
github ci: run on push and PRs
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
.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 df409dc..dd299ab 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,5 +1,5 @@
name: CI
-on: [push]
+on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest