Skip to content

Commit 1d687be

Browse files
committed
prs trigger build
1 parent d0a8c89 commit 1d687be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
pull_request:
78
workflow_dispatch:
89

910
permissions:
@@ -40,6 +41,7 @@ jobs:
4041
path: dist
4142

4243
deploy:
44+
if: github.event_name == 'push'
4345
needs: build
4446
runs-on: ubuntu-latest
4547
environment:

0 commit comments

Comments
 (0)