removing next requirement

This commit is contained in:
Andy Pack 2023-10-13 20:30:39 +01:00
parent c115eebf62
commit 75c26e78eb
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -66,7 +66,7 @@ jobs:
name: test name: test
url: https://test.mixonomer.sarsoo.xyz url: https://test.mixonomer.sarsoo.xyz
needs: build # for ignoring bad builds needs: build # for ignoring bad builds
if: github.event_name == 'push' && github.ref == 'refs/heads/next' if: github.event_name == 'push'
steps: steps:
- uses: actions/checkout@v3 # get source - uses: actions/checkout@v3 # get source