diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 975604f..5132112 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,11 @@ name: Release on: push: + branches: + - main tags: - - "*" + - "v*.*.*" + - "[0-9]+.[0-9]+.[0-9]+" env: PLUGIN_NAME: share-to-notionnext # Change this to match the id of your plugin.