diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 5547e5a..455bf26 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -8,6 +8,8 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + release: + types: [published] jobs: test: