Skip to content

Commit ad1d385

Browse files
Add common directory
1 parent afbd078 commit ad1d385

8 files changed

+8
-8
lines changed

.github/workflows/build-copy-and-publish-accname.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build, Copy, and Publish accname
22
on:
33
push:
44
branches: [main]
5-
paths: ['accname/**']
5+
paths: ['accname/**', 'common/**']
66
workflow_dispatch:
77

88
jobs:

.github/workflows/build-copy-and-publish-core-aam.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build, Copy, and Publish core-aam
22
on:
33
push:
44
branches: [main]
5-
paths: ['core-aam/**']
5+
paths: ['core-aam/**', 'common/**']
66
workflow_dispatch:
77

88
jobs:

.github/workflows/build-copy-and-publish-dpub-aam.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build, Copy, and Publish dpub-aria
22
on:
33
push:
44
branches: [main]
5-
paths: ['dpub-aria/**']
5+
paths: ['dpub-aria/**', 'common/**']
66
workflow_dispatch:
77

88
jobs:

.github/workflows/build-copy-and-publish-dpub-aria.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build, Copy, and Publish dpub-aria
22
on:
33
push:
44
branches: [main]
5-
paths: ['dpub-aria/**']
5+
paths: ['dpub-aria/**', 'common/**']
66
workflow_dispatch:
77

88
jobs:

.github/workflows/build-copy-and-publish-graphics-aam.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build, Copy, and Publish graphics-aam
22
on:
33
push:
44
branches: [main]
5-
paths: ['graphics-aam/**']
5+
paths: ['graphics-aam/**', 'common/**']
66
workflow_dispatch:
77

88
jobs:

.github/workflows/build-copy-and-publish-graphics-aria.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build, Copy, and Publish graphics-aria
22
on:
33
push:
44
branches: [main]
5-
paths: ['graphics-aria/**']
5+
paths: ['graphics-aria/**', 'common/**']
66
workflow_dispatch:
77

88
jobs:

.github/workflows/build-copy-and-publish-html-aam.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build, Copy, and Publish html-aam
22
on:
33
push:
44
branches: [main]
5-
paths: ['html-aam/**']
5+
paths: ['html-aam/**', 'common/**']
66
workflow_dispatch:
77

88
jobs:

.github/workflows/build-copy-and-publish-mathml-aam.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build, Copy, and Publish mathml-aam
22
on:
33
push:
44
branches: [main]
5-
paths: ['mathml-aam/**']
5+
paths: ['mathml-aam/**', 'common/**']
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)