Skip to content
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

Switch to paths_ignore #188

Merged
merged 1 commit into from
Aug 2, 2021
Merged

Switch to paths_ignore #188

merged 1 commit into from
Aug 2, 2021

Conversation

samtstern
Copy link
Contributor

See #186
See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestpaths

When all the path names match patterns in paths-ignore, the workflow will not run. GitHub evaluates patterns defined in paths-ignore against the path name. A workflow with the following path filter will only run on push events that include at least one file outside the docs directory at the root of the repository.

@google-cla google-cla bot added the cla: yes label Aug 2, 2021
@samtstern samtstern enabled auto-merge (squash) August 2, 2021 14:11
@samtstern samtstern merged commit e10fd5d into main Aug 2, 2021
@ghost ghost deleted the ss-fix-186-redux branch October 14, 2022 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant