Skip to content

Commit

Permalink
Add CI on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jul 7, 2022
1 parent ae0564d commit 28a0334
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cumulus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ env:
DEFAULT_IMAGE: paritytech/srtool

on:
pull_request:
branches:
- master
push:
branches:
- "*"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/polkadot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ env:
DEFAULT_IMAGE: paritytech/srtool

on:
pull_request:
branches:
- master
push:
branches:
- "*"
Expand Down

0 comments on commit 28a0334

Please sign in to comment.