From 28a0334b86167737fc167badd363346c554ed62d Mon Sep 17 00:00:00 2001 From: Wilfried Kopp Date: Thu, 7 Jul 2022 12:42:51 +0200 Subject: [PATCH] Add CI on PRs --- .github/workflows/cumulus.yml | 3 +++ .github/workflows/polkadot.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/cumulus.yml b/.github/workflows/cumulus.yml index a5720fe..9bc36a4 100644 --- a/.github/workflows/cumulus.yml +++ b/.github/workflows/cumulus.yml @@ -4,6 +4,9 @@ env: DEFAULT_IMAGE: paritytech/srtool on: + pull_request: + branches: + - master push: branches: - "*" diff --git a/.github/workflows/polkadot.yml b/.github/workflows/polkadot.yml index 4adc93d..60046be 100644 --- a/.github/workflows/polkadot.yml +++ b/.github/workflows/polkadot.yml @@ -4,6 +4,9 @@ env: DEFAULT_IMAGE: paritytech/srtool on: + pull_request: + branches: + - master push: branches: - "*"