From ff545150d04cdad6824ebca925a9d82569b7beeb Mon Sep 17 00:00:00 2001 From: oncokb-bot Date: Fri, 12 Nov 2021 09:26:49 -0600 Subject: [PATCH] Update --- .github/workflows/compare-annotation.yml | 2 ++ .github/workflows/compare-genomic-change-annotation.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/compare-annotation.yml b/.github/workflows/compare-annotation.yml index 8a19db1..abfea9e 100644 --- a/.github/workflows/compare-annotation.yml +++ b/.github/workflows/compare-annotation.yml @@ -6,6 +6,8 @@ on: push: branches: - master + pull_request: + branches: [ master ] jobs: build: if: github.repository == 'oncokb/oncokb-annotator' diff --git a/.github/workflows/compare-genomic-change-annotation.yml b/.github/workflows/compare-genomic-change-annotation.yml index 1d12fb2..0f5d7b4 100644 --- a/.github/workflows/compare-genomic-change-annotation.yml +++ b/.github/workflows/compare-genomic-change-annotation.yml @@ -6,6 +6,8 @@ on: push: branches: - master + pull_request: + branches: [ master ] jobs: build: if: github.repository == 'oncokb/oncokb-annotator'