Skip to content

Commit 5684917

Browse files
committed
chore: Deploy fix - deploy condition update
1 parent 1bae38f commit 5684917

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161

6262
deploy:
6363
needs: build
64+
if: ${{ github.ref == 'refs/heads/master' || github.base_ref == 'master' }}
6465
runs-on: ubuntu-latest
65-
if: github.base_ref == 'master'
6666
steps:
6767
- uses: actions/checkout@v4
6868
- name: Download Build Artifacts

0 commit comments

Comments
 (0)