From da98918135d4b870e925dd7e97a01fb7e07c7678 Mon Sep 17 00:00:00 2001 From: Dustin Ruetz Date: Wed, 3 Apr 2024 17:28:11 -0400 Subject: [PATCH] test: run release.yml workflow on pull_request --- .github/workflows/release.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8383f65..3a5b99a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,13 +1,14 @@ name: Release on: - push: - branches: - - main - workflow_run: - workflows: ["Lint", "Run acceptance tests"] - types: - - completed + pull_request + # push: + # branches: + # - main + # workflow_run: + # workflows: ["Lint", "Run acceptance tests"] + # types: + # - completed permissions: contents: read # for checkout