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

ci: Fix paths filter #12958

Merged
merged 1 commit into from
Aug 26, 2023
Merged

ci: Fix paths filter #12958

merged 1 commit into from
Aug 26, 2023

Conversation

n0samu
Copy link
Member

@n0samu n0samu commented Aug 26, 2023

  • The | glob operator does not actually work. As a workaround, switch to a fork of the paths-filter action that supports multiple exclude rules. (dorny/paths-filter does allow you to specify multiple exclude rules, but it matches any of them instead of all of them, which is useless for us.)
  • Our exclude rule for markdown files was wrong - it only matched files in the top-level directory. Correct the rule to also match markdown files in subdirectories.

For more context, see:

@Dinnerbone Dinnerbone enabled auto-merge (rebase) August 26, 2023 19:02
@Dinnerbone Dinnerbone merged commit 5a10ccb into ruffle-rs:master Aug 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants