Skip to content

Commit

Permalink
ci: rename build workflow to ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Nov 5, 2023
1 parent 8dd9dea commit d6eda8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml → .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Build
name: CI/CD
on:
push:
branches:
- main
- beta
- 'renovate/**'
- 'github-renovate/**'
pull_request:
pull_request: null
jobs:
lint-commit-messages:
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
Expand Down

0 comments on commit d6eda8a

Please sign in to comment.