Merge pull request #13534 from rabbitmq/ci/refine-oci-triggers
Refine CI triggers for building OCI
This commit is contained in:
commit
24a0f29ae1
|
@ -6,12 +6,14 @@
|
||||||
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
|
||||||
|
- packaging/**
|
||||||
|
- .github/workflows/oci-make.yaml
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
otp_version:
|
otp_version:
|
||||||
|
|
Loading…
Reference in New Issue