Skip to content

Commit 4251bda

Browse files
authored
chore: Deploy fix - deploy condition update
2 parents d4fc6c3 + 5684917 commit 4251bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)