You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This pull_request trigger and the paths-ignore should mirror the pull_request trigger and paths from the `validate-nuget-package-version-number-*-calling` workflows.
# Since the other `validate-nuget-package-version-number-*-calling` workflows specify paths, this generic workflow runs for any other paths and automatically succeeds.
pull_request:
branches:
- main
paths:
- '**.md' # Skip if only markdown files have changed
- '.github/**' # Skip if only files within the .github directory have changed
- 'Documentation/**' # Skip if only files within the Documentation directory have changed
- 'Code_Coverage/**' # Skip if only files within the Code_Coverage directory have changed