Update podman-udm.yml

This commit is contained in:
John Dorman 2023-04-17 16:50:36 -07:00 committed by GitHub
parent 360882a746
commit 92d2b33da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,16 @@ name: UDM Podman
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches:
- 'main'
paths: paths:
- 'podman-update/build/Dockerfile' - 'podman-update/build/Dockerfile'
- 'podman-update/build/podman.Makefile.UDM-Base.patch' - 'podman-update/build/podman.Makefile.UDM-Base.patch'
- 'podman-update/build/*.conf' - 'podman-update/build/*.conf'
- 'podman-update/build/*.json' - 'podman-update/build/*.json'
pull_request: pull_request_target:
types:
- opened
paths: paths:
- 'podman-update/build/Dockerfile' - 'podman-update/build/Dockerfile'
- 'podman-update/build/podman.Makefile.UDM-Base.patch' - 'podman-update/build/podman.Makefile.UDM-Base.patch'