Skip to content

Commit 2f67e61

Browse files
author
Ivan Zhakov
committed
On 1.15.x: Merge r1935797 from trunk:
GHA: Do not trigger build for changes in non-code files. Justification: Keep GitHub Actions configuration in sync with trunk. Votes: +1: ivan (only affects GHA) git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/1.14.x@1935956 13f79535-47bb-0310-9956-ffa450edef68
1 parent f13a242 commit 2f67e61

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/autoconf.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,24 @@ name: autoconf
2424
on:
2525
push:
2626
branches: ["*"]
27+
paths-ignore:
28+
- 'doc/**'
29+
- 'notes/**'
30+
- CHANGES
31+
- COMMITTERS
32+
- INSTALL
33+
- STATUS
34+
- README
2735
pull_request:
2836
branches: ["*"]
37+
paths-ignore:
38+
- 'doc/**'
39+
- 'notes/**'
40+
- CHANGES
41+
- COMMITTERS
42+
- INSTALL
43+
- STATUS
44+
- README
2945

3046
concurrency:
3147
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)