diff --git a/.github/workflows/call-prune-releases.yaml b/.github/workflows/call-prune-releases.yaml index d786854..5fb9d0c 100644 --- a/.github/workflows/call-prune-releases.yaml +++ b/.github/workflows/call-prune-releases.yaml @@ -1,33 +1,8 @@ on: workflow_dispatch: + release: + types: [published, created] - push: - branches: - - main - - stage - - 'feature/**' - - 'bugfix/**' - - 'fix/**' - - 'hotfix/**' - - 'release/**' - - 'dependabot/**' - - 'renovate/**' - - 'chore/**' - - 'test/**' - pull_request: - types: [labeled, synchronize, opened, reopened, ready_for_review] - branches: - - main - - stage - - 'feature/**' - - 'bugfix/**' - - 'fix/**' - - 'hotfix/**' - - 'release/**' - - 'dependabot/**' - - 'renovate/**' - - 'chore/**' - - 'test/**' permissions: contents: write jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 6729f09..50c1c06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.3.1](https://github.com/variablesoftware/github-workflows/compare/v1.3.0...v1.3.1) (2025-07-18) + # [1.3.0](https://github.com/variablesoftware/github-workflows/compare/v1.2.11...v1.3.0) (2025-07-18) diff --git a/package.json b/package.json index ec5706f..928d542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-workflows", - "version": "1.3.0", + "version": "1.3.1", "description": "Reusable GitHub Actions workflows for the organization.", "main": "README.md", "license": "MIT",