From bddb251c5c42c41742c397095977f7da5978896a Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Mon, 21 Sep 2020 19:43:31 +0530 Subject: [PATCH] Temporarily trigger workflow on all branches --- .github/workflows/third-party.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/third-party.yml b/.github/workflows/third-party.yml index e450e8a0..819061e6 100644 --- a/.github/workflows/third-party.yml +++ b/.github/workflows/third-party.yml @@ -1,12 +1,6 @@ name: Third-Party Repository Profiling -on: - push: - branches: - - master - pull_request: - branches: - - master +on: [push, pull_request] jobs: build_n_profile: if: "!contains(github.event.commits[0].message, '[ci skip]')"