diff --git a/.github/workflows/deploy-to-stream-dist.yml b/.github/workflows/deploy-to-stream-dist.yml index a82064769..754873164 100644 --- a/.github/workflows/deploy-to-stream-dist.yml +++ b/.github/workflows/deploy-to-stream-dist.yml @@ -1,10 +1,10 @@ name: Deploy to xwp/stream-dist Repository on: - release: - types: - - released - - prereleased + push: + branches: + - master + - develop jobs: lint_and_test: