diff --git a/.gitea/workflows/ci-and-cd.yml b/.gitea/workflows/ci-and-cd.yml index 3266e12..170d70e 100644 --- a/.gitea/workflows/ci-and-cd.yml +++ b/.gitea/workflows/ci-and-cd.yml @@ -4,7 +4,7 @@ name: CI & CD on: push: branches: - - master + - dev jobs: lint_commits: @@ -23,7 +23,7 @@ jobs: run: npm ci --no-audit - name: Lint Commit Messages - run: npx commitlint --from=origin/master --to=HEAD + run: npx commitlint --from=origin/dev --to=HEAD release: name: Release