restricting test to next branch
This commit is contained in:
parent
8c2f12a691
commit
c115eebf62
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
name: test
|
||||
url: https://test.mixonomer.sarsoo.xyz
|
||||
needs: build # for ignoring bad builds
|
||||
if: github.event_name == 'push'
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/next'
|
||||
steps:
|
||||
- uses: actions/checkout@v3 # get source
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user