Skip to content

Commit 7042169

Browse files
committed
Only deploy on push to master branch
1 parent 8eeba10 commit 7042169

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Deploy
22

33
on:
44
push:
5+
branches:
6+
- master
57
workflow_dispatch:
68
inputs:
79
branch:

0 commit comments

Comments
 (0)