Browse Source

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

pull/192/head
Opeyemi 1 year ago committed by GitHub
parent
commit
1298636a4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/build.yml
  2. 1
      .github/workflows/publish.yml
  3. 1
      .github/workflows/release.yml
  4. 1
      .github/workflows/scan.yml
  5. 1
      .github/workflows/test.yml
  6. 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/publish.yml

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
---
name: Publish
run-name: Publish ${{ inputs.publish_type }}

1
.github/workflows/release.yml

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
---
name: Release
run-name: Release ${{ inputs.release_type }}

1
.github/workflows/scan.yml

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

1
.github/workflows/test.yml

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

1
.github/workflows/version-bump.yml

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

Loading…
Cancel
Save