Skip to content

Commit f2a751b

Browse files
committed
Add cert files to the path filter for running the build process tests.
1 parent 142f1a2 commit f2a751b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-build-processes.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ on:
1515
- '3.[7-9]'
1616
- '[4-9].[0-9]'
1717
paths:
18-
# Any change to a source PHP, CSS, JavaScript, or JSON file should run checks.
18+
# Any change to a source PHP, CSS, JavaScript, JSON, or certificate file should run checks.
1919
- 'src/**.css'
2020
- 'src/**.js'
2121
- 'src/**.json'
2222
- 'src/**.php'
23+
- 'src/**.pem'
24+
- 'src/**.crt'
2325
# These files configure npm and the task runner. Changes could affect the outcome.
2426
- 'package*.json'
2527
- '.npmrc'

0 commit comments

Comments
 (0)