-
Notifications
You must be signed in to change notification settings - Fork 3.3k
#64227 Increase the specificity of workflow path filtering #9457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
Changes from all commits
b2b9589
c0548be
142f1a2
f2a751b
552a7c4
fee8718
7bad4cf
652699c
ac253e9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,11 +15,13 @@ on: | |
| - '3.[7-9]' | ||
| - '[4-9].[0-9]' | ||
| paths: | ||
| # Any change to a PHP, CSS, JavaScript, or JSON file should run checks. | ||
| - '**.css' | ||
| - '**.js' | ||
| - '**.json' | ||
| - '**.php' | ||
| # Any change to a source PHP, CSS, JavaScript, JSON, or certificate file should run checks. | ||
| - 'src/**.css' | ||
| - 'src/**.js' | ||
| - 'src/**.json' | ||
| - 'src/**.php' | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @johnbillion What do you think about removing the Otherwise, the only files related to certificates that would affect the build process are the |
||
| - 'src/**.pem' | ||
| - 'src/**.crt' | ||
| # These files configure npm and the task runner. Changes could affect the outcome. | ||
| - 'package*.json' | ||
| - '.npmrc' | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.