From d5dea0d03f5d4f54a534e71efdbbfbfa2af74e82 Mon Sep 17 00:00:00 2001 From: Jose Enrique Hernandez Date: Wed, 27 Apr 2022 21:13:33 -0400 Subject: [PATCH] minor adjustment to how workflows are triggered (#1905) --- .github/workflows/validate-atomics.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate-atomics.yml b/.github/workflows/validate-atomics.yml index 44ecee5e..b3c11f43 100644 --- a/.github/workflows/validate-atomics.yml +++ b/.github/workflows/validate-atomics.yml @@ -1,8 +1,9 @@ name: validate-atomics on: push: + branches: [ master ] pull_request: - types: [opened, reopened] + branches: [ master ] jobs: validate-atomics: runs-on: ubuntu-latest