diff --git a/.github/workflows/wporg-release.yml b/.github/workflows/wporg-release.yml index 559c650..63b38ab 100644 --- a/.github/workflows/wporg-release.yml +++ b/.github/workflows/wporg-release.yml @@ -1,10 +1,9 @@ name: Deploy to WordPress.org on: - workflow_dispatch: -# push: -# tags: -# - "*" + push: + tags: + - "*" jobs: deploy: