diff --git a/.github/workflows/podman_container_copy.yml b/.github/workflows/podman_container_copy.yml index 0d5e1c21..d84564c7 100644 --- a/.github/workflows/podman_container_copy.yml +++ b/.github/workflows/podman_container_copy.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_container_copy.py' - 'tests/integration/targets/podman_container_copy/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_container_copy.yml' diff --git a/.github/workflows/podman_image.yml b/.github/workflows/podman_image.yml index c4de5e32..50cacba5 100644 --- a/.github/workflows/podman_image.yml +++ b/.github/workflows/podman_image.yml @@ -12,7 +12,7 @@ on: - 'plugins/module_utils/podman/quadlet.py' - 'tests/integration/targets/podman_image/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_image.yml' diff --git a/.github/workflows/podman_search.yml b/.github/workflows/podman_search.yml index 1872828a..b7df8078 100644 --- a/.github/workflows/podman_search.yml +++ b/.github/workflows/podman_search.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_search.py' - 'tests/integration/targets/podman_search/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_search.yml' diff --git a/.github/workflows/podman_secret_info.yml b/.github/workflows/podman_secret_info.yml index 0718fd26..bb1cbb87 100644 --- a/.github/workflows/podman_secret_info.yml +++ b/.github/workflows/podman_secret_info.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_secret.py' - 'plugins/modules/podman_secret_info.py' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_secret_info.yml'