diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa730a0..fc8077e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,8 @@ on: push: - branches: [stable] + branches: + - stable + - master pull_request: branches: ['**'] name: Release