Trigger OCI builds only on code changes

Prior to this change, we built the OCI for almost any change. That
doesn't make sense. For example, when there were changes to CI, it
didn't make because RabbitMQ had not changed.

CI will now build dev OCI images when there are actual code changes, or
changes to rabbit dependencies.
This commit is contained in:
Aitor Perez 2025-03-14 17:09:01 +00:00
parent 60fc3b14a6
commit ed033772cb
No known key found for this signature in database
GPG Key ID: 24E81F3C627B6475
1 changed files with 6 additions and 6 deletions

View File

@ -6,12 +6,12 @@
name: OCI (make) name: OCI (make)
on: on:
push: push:
paths-ignore: paths:
- '.github/workflows/secondary-umbrella.yaml' - deps/**
- '.github/workflows/update-elixir-patches.yaml' - scripts/**
- '.github/workflows/update-otp-patches.yaml' - Makefile
- '.github/workflows/release-alphas.yaml' - plugins.mk
- '*.md' - rabbitmq-components.mk
workflow_dispatch: workflow_dispatch:
inputs: inputs:
otp_version: otp_version: