Skip to content

Commit

Permalink
change beta branch tag to beta-*
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaltby committed Mar 15, 2024
1 parent a18fe02 commit d5509cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- develop
- main
- feat/*
- *-beta
- beta-*

workflow_dispatch:

Expand All @@ -32,7 +32,7 @@ jobs:
deploy:
needs: test
runs-on: ${{ matrix.os }}
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || endsWith(github.ref, '-beta')
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/beta-')

strategy:
matrix:
Expand Down

0 comments on commit d5509cb

Please sign in to comment.