From 92d2b33da6d897d1749c4390bdf25e2e668a3041 Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Mon, 17 Apr 2023 16:50:36 -0700 Subject: [PATCH] Update podman-udm.yml --- .github/workflows/podman-udm.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/podman-udm.yml b/.github/workflows/podman-udm.yml index 4b8e56e..3be82c4 100644 --- a/.github/workflows/podman-udm.yml +++ b/.github/workflows/podman-udm.yml @@ -3,12 +3,16 @@ name: UDM Podman on: workflow_dispatch: push: + branches: + - 'main' paths: - 'podman-update/build/Dockerfile' - 'podman-update/build/podman.Makefile.UDM-Base.patch' - 'podman-update/build/*.conf' - 'podman-update/build/*.json' - pull_request: + pull_request_target: + types: + - opened paths: - 'podman-update/build/Dockerfile' - 'podman-update/build/podman.Makefile.UDM-Base.patch'