diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8c43eba..166c7e2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,8 +2,9 @@ name: website # build the documentation whenever there are new commits on main on: - release: - types: [published] + push: + branches: + - main # security: restrict permissions for CI jobs. permissions: