diff --git a/.github/workflows/visual-testing.yml b/.github/workflows/visual-testing.yml index 50acf2337..85734d51d 100644 --- a/.github/workflows/visual-testing.yml +++ b/.github/workflows/visual-testing.yml @@ -1,8 +1,6 @@ name: Visual testing on: - push: - branches: [main] pull_request: branches: [main] workflow_dispatch: diff --git a/.versionrc.json b/.versionrc.json index 3ba234678..dbadd47cc 100644 --- a/.versionrc.json +++ b/.versionrc.json @@ -1,11 +1,8 @@ { - "types": [ - { "type": "feat", "release": "minor" }, - { "type": "fix", "release": "patch" }, - { "type": "chore", "release": false } - ], "releaseRules": [ { "breaking": true, "release": "major" }, + { "type": "feat", "release": "minor" }, + { "type": "fix", "release": "patch" }, { "type": "*", "release": false } ] }