restricting test to next branch

This commit is contained in:
Andy Pack 2023-10-13 19:44:22 +01:00
parent 8c2f12a691
commit c115eebf62
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -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