Skip to content

Commit 32af8bf

Browse files
committed
Fix gh action
1 parent cd0d490 commit 32af8bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dist-update-notification.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ name: Comment on Discussion When sdata/dist-arch/ Changes
22

33
on:
44
push:
5+
branches:
6+
- main
57
paths:
68
- 'sdata/dist-arch/**'
9+
paths-ignore:
10+
- 'sdata/dist-arch/README.md'
711
# workflow_dispatch:
812

913
jobs:

0 commit comments

Comments
 (0)