From cd435ee699871fb719749d4c604230c1981b700c Mon Sep 17 00:00:00 2001 From: Eric Scott Date: Tue, 29 Oct 2024 15:54:55 -0700 Subject: [PATCH] validate on push to main --- .github/workflows/validate.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index e5492ab..5403fb7 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -1,9 +1,9 @@ on: + push: + branches: main + pull_request: + branches: main workflow_dispatch: - # push: - # branches: [main, master] - # pull_request: - # branches: [main, master] name: validate.yaml