From 5e5d6ec947a05301364af3b8210c3056c4f345b8 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sat, 13 Jan 2024 14:29:13 +0100 Subject: [PATCH] CI: Run OCI build workflows also on PRs --- .github/workflows/oci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index a532f07..a1ad2fd 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -8,6 +8,8 @@ name: OCI on: + pull_request: + branches: [ main ] push: tags: - '*.*.*'