Browse Source

[BRE-372] - Clean up document start (#654)

pull/657/head
Opeyemi 1 year ago committed by GitHub
parent
commit
9c566f50a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/build.yml
  2. 1
      .github/workflows/enforce-labels.yml
  3. 1
      .github/workflows/release.yml
  4. 1
      .github/workflows/version-bump.yml

1
.github/workflows/build.yml

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
---
name: Build
on:

1
.github/workflows/enforce-labels.yml

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
---
name: Enforce PR labels
on:

1
.github/workflows/release.yml

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
---
name: Release
on:

1
.github/workflows/version-bump.yml

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
---
name: Version Bump
on:

Loading…
Cancel
Save