Skip to content

Commit a7281c4

Browse files
OCI workflows: ignore *.md files such as README.md and CONTRIBUTING.md
1 parent 996b888 commit a7281c4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/oci-arm64-make.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- '.github/workflows/update-elixir-patches.yaml'
1515
- '.github/workflows/update-otp-patches.yaml'
1616
- '.github/workflows/release-alphas.yaml'
17+
- '*.md'
1718
workflow_dispatch:
1819
env:
1920
REGISTRY_IMAGE: pivotalrabbitmq/rabbitmq-arm64

.github/workflows/oci-make.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- '.github/workflows/update-elixir-patches.yaml'
88
- '.github/workflows/update-otp-patches.yaml'
99
- '.github/workflows/release-alphas.yaml'
10+
- '*.md'
1011
workflow_dispatch:
1112
env:
1213
REGISTRY_IMAGE: pivotalrabbitmq/rabbitmq

0 commit comments

Comments
 (0)