Skip to content

Releases: santosr2/conditional-paths-action

Release v1.0.0

08 Sep 13:35
9c12463

Choose a tag to compare

🚀 What's New in v1.0.0

✨ Features

🐛 Bug Fixes

📚 Documentation

⚡ Performance

🔧 Maintenance

📊 Release Statistics

  • 0 commits since v1.0.0
  • 0 contributor(s) to this release

🔒 Security & Compliance

  • ✅ SBOM (Software Bill of Materials) included
  • ✅ All dependencies scanned for vulnerabilities
  • ✅ License compliance verified
  • ✅ Secret scanning completed
  • 📄 View SBOM

📖 Usage

- uses: santosr2/conditional-paths-action@v1.0.0
  with:
    filters: |
      frontend:
        - 'src/frontend/**'
      backend:
        - 'src/backend/**'
      docs:
        - '*.md'
        - 'docs/**'

🔗 Links