Skip to content

Commit 54b43bd

Browse files
committed
ci: only deploy from master
Signed-off-by: Carl Pearson <[email protected]>
1 parent 5af71f7 commit 54b43bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
uses: rlespinasse/[email protected]
4040

4141
- name: Deploy site
42+
if: github.ref == 'refs/heads/master'
4243
uses: JamesIves/[email protected]
4344
with:
4445
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)