diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31eda6c6..9056e137 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,11 +1,9 @@ -name: 'release' +name: Release on: push: tags: - - '@jaredpalmer/after/*' - - 'create-after-app@/*' - - 'babel-plugin-after@/*' + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 jobs: build: