chore(deps): bump dexie from 4.4.4 to 4.4.5 #58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Branch Protection | |
| on: | |
| pull_request: | |
| branches: [main, beta] | |
| jobs: | |
| # Job id must stay `branch-protection` so the check reports as | |
| # `branch-protection / check-branch`, which is the context name the org | |
| # ruleset requires. GitHub names a reusable-workflow context | |
| # `<caller-job-id> / <called-job-name>`, so renaming this job silently | |
| # detaches the required status check and leaves PRs permanently pending. | |
| branch-protection: | |
| uses: ConductionNL/.github/.github/workflows/branch-protection.yml@main | |
| secrets: inherit |