diff --git a/.changeset/selfish-trainers-unite.md b/.changeset/selfish-trainers-unite.md new file mode 100644 index 000000000..46407469e --- /dev/null +++ b/.changeset/selfish-trainers-unite.md @@ -0,0 +1,6 @@ +--- +'@gitbook/integration-github': patch +'@gitbook/integration-gitlab': patch +--- + +Release diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 8752c27be..b5f820d8d 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -2,9 +2,7 @@ name: Release integration to production on: release: - types: [published] - branches: - - main + types: [created] jobs: deploy-integration-to-production: