From ad8afd663402bf1154e7e392ff1c24bcd7d60d8b Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Tue, 17 Oct 2023 11:13:52 -0400 Subject: [PATCH] test: `push` trigger --- .github/workflows/validation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 0fe242138b..f8eefca214 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -1,10 +1,10 @@ name: Dispatch Validation on: - pull_request: + # pull_request: push: - branches: [ development ] - tags: [ '*' ] + # branches: [ development ] + # tags: [ '*' ] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}