Skip to content

Commit a4c9540

Browse files
committed
feat: Adopt centralized release workflows
1 parent 7289a7f commit a4c9540

16 files changed

Lines changed: 47 additions & 1321 deletions

.github/workflows/beta-release.yaml

Lines changed: 0 additions & 186 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Branch Protection
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
- beta
8+
9+
jobs:
10+
protect:
11+
uses: ConductionNL/.github/.github/workflows/branch-protection.yml@main

.github/workflows/pr-check.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/pull-request-from-branch-check.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/pull-request-lint-check.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/push-development-to-beta.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)