diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 37a4d21..44a516e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -5,12 +5,18 @@ on: push: branches: - main - workflow_dispatch: + tags: + - '*' + pull_request: + types: [ opened, reopened, synchronize, labeled ] + workflow_dispatch: ~ + permissions: pull-requests: write id-token: write contents: read packages: write + jobs: # remove-deploy-label: # name: Remove deploy label