From dd89555118036e8dcf4ec00908867355b89364f6 Mon Sep 17 00:00:00 2001 From: Rushi Agrawal Date: Sat, 21 Aug 2021 00:19:19 +0530 Subject: [PATCH] Run integration tests and release jobs on each pull request/branch push (#48) Signed-off-by: Rushi Agrawal --- .github/workflows/integration.yml | 12 +----------- .github/workflows/unified-release.yml | 12 +----------- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6041c36f..bdcf7269 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,16 +1,6 @@ name: Integration tests -on: - pull_request: - paths-ignore: - - 'README.md' - branches: - - "*" - push: - paths-ignore: - - 'README.md' - branches: - - "*" +on: [push, pull_request] jobs: assemble: diff --git a/.github/workflows/unified-release.yml b/.github/workflows/unified-release.yml index 67c86dc3..6db6f153 100644 --- a/.github/workflows/unified-release.yml +++ b/.github/workflows/unified-release.yml @@ -1,16 +1,6 @@ name: Unified Release -on: - pull_request: - paths-ignore: - - 'README.md' - branches: - - "*" - push: - paths-ignore: - - 'README.md' - branches: - - "*" +on: [push, pull_request] jobs: assemble: