Skip to content

Commit 74aa630

Browse files
committed
gha: master-latest: ignore changes to other GHA workflows
1 parent 52223ae commit 74aa630

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/master-latest.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: master-latest
33
on:
44
push:
55
branches: [ master ]
6+
# ignore pushes to .github/workflows/tags.yaml and .github/workflows/test.yaml
7+
paths-ignore:
8+
- ".github/workflows/tags.yaml"
9+
- ".github/workflows/test.yaml"
610

711
jobs:
812
multiarch-to-dockerhub-latest:

0 commit comments

Comments
 (0)