Skip to content

Commit 42e2bc8

Browse files
committed
chore: Deploy fix - deploy.yml update to trigger deployment on PR to 'master'
1 parent 009b3e1 commit 42e2bc8

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
@@ -62,7 +62,7 @@ jobs:
6262
deploy:
6363
needs: build
6464
runs-on: ubuntu-latest
65-
if: github.ref == 'refs/heads/master'
65+
if: github.base_ref == 'master'
6666
steps:
6767
- uses: actions/checkout@v4
6868
- name: Download Build Artifacts

0 commit comments

Comments
 (0)