Skip to content

Commit

Permalink
chore: run release in beta
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Apr 5, 2024
1 parent 9c9677a commit 95c848b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
Release:
needs: [Test, Build, Lint]
if: |
github.ref == 'refs/heads/master' &&
(github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta') &&
github.event.repository.fork == false
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 95c848b

Please sign in to comment.