Skip to content

1.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 13:41
· 242 commits to main since this release
  • Exclude folders by using regex or wildcards

Check out the settings page for more information

  • Add {regex} at the beginning of the folder name to use a regex pattern.
  • Use * before and after to exclude folders that include the name between the *s.
  • Use * before the folder name to exclude folders that end with the folder name.
  • Use * after the folder name to exclude folders that start with the folder name.