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)
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.github/workflows/secondary-umbrella.yaml'
|
||||
- '.github/workflows/update-elixir-patches.yaml'
|
||||
- '.github/workflows/update-otp-patches.yaml'
|
||||
- '.github/workflows/release-alphas.yaml'
|
||||
- '*.md'
|
||||
paths:
|
||||
- deps/**
|
||||
- scripts/**
|
||||
- Makefile
|
||||
- plugins.mk
|
||||
- rabbitmq-components.mk
|
||||
- packaging/**
|
||||
- .github/workflows/oci-make.yaml
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
otp_version:
|
||||
|
|
Loading…
Reference in New Issue