Skip to content

Commit 24a0f29

Browse files
authored
Merge pull request #13534 from rabbitmq/ci/refine-oci-triggers
Refine CI triggers for building OCI
2 parents dcf1bbc + 8fc3ce9 commit 24a0f29

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/oci-make.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
name: OCI (make)
77
on:
88
push:
9-
paths-ignore:
10-
- '.github/workflows/secondary-umbrella.yaml'
11-
- '.github/workflows/update-elixir-patches.yaml'
12-
- '.github/workflows/update-otp-patches.yaml'
13-
- '.github/workflows/release-alphas.yaml'
14-
- '*.md'
9+
paths:
10+
- deps/**
11+
- scripts/**
12+
- Makefile
13+
- plugins.mk
14+
- rabbitmq-components.mk
15+
- packaging/**
16+
- .github/workflows/oci-make.yaml
1517
workflow_dispatch:
1618
inputs:
1719
otp_version:

0 commit comments

Comments
 (0)