diff --git a/.github/workflows/block-unconventional-commits.yml b/.github/workflows/block-unconventional-commits.yml index 90dd087..500723a 100644 --- a/.github/workflows/block-unconventional-commits.yml +++ b/.github/workflows/block-unconventional-commits.yml @@ -29,3 +29,4 @@ jobs: - uses: webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7 # v1.3.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + allowed-commit-types: "feat,fix,docs,style,refactor,test,build,perf,ci,chore,revert,merge" diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 885df44..3762aa4 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -7,6 +7,7 @@ on: push: branches: - master + - main - stable* env: diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml index 94e4f85..f6fab63 100644 --- a/.github/workflows/phpunit-pgsql.yml +++ b/.github/workflows/phpunit-pgsql.yml @@ -7,6 +7,7 @@ on: push: branches: - master + - main - stable* env: diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index bd21cfc..efeb0ba 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -7,6 +7,7 @@ on: push: branches: - master + - main - stable* env: