Skip to content

Commit

Permalink
fix readme title and workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
vavsab committed Mar 20, 2024
1 parent 659a878 commit 7132eaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: main
name: build

on:
push:
branches-ignore:
# release workflow will build main anyway
# release workflow will build main anyway. No need to do it twice.
- 'main'
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cpln Resource Provider
# Control Plane (cpln) Resource Provider

The cpln Resource Provider lets you manage [Control Plane](https://controlplane.com/) resources.
The Control Plane Resource Provider lets you manage [Control Plane](https://controlplane.com/) resources.

## Installing

Expand Down

0 comments on commit 7132eaf

Please sign in to comment.