Skip to content

Commit

Permalink
Merge pull request #245 from 0chain/staging-prcheck
Browse files Browse the repository at this point in the history
Add staging to PR check
  • Loading branch information
Sriep authored Sep 10, 2021
2 parents ada9571 + 0b104a1 commit e794c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Unit tests

on:
push:
branches: [ master ]
branches: [ master, staging ]
pull_request:
branches: [ master ]
branches: [ master, staging ]

jobs:
test:
Expand Down

0 comments on commit e794c8c

Please sign in to comment.