diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6be24f7..0c425fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ name: build and deploy GitHub page on: + push: + branches: [ "main" ] pull_request: branches: [ "main" ]