Skip to content

Commit 09abdc3

Browse files
authored
Update deploy.yml: on: pull-request
1 parent 7a2839f commit 09abdc3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy
33
concurrency: production
44

55
on:
6-
# pull_request:
6+
pull_request:
77
# types: [closed]
88
workflow_dispatch:
99

@@ -13,9 +13,8 @@ env:
1313
DEPLOY_DIR: deploy_test/web-static
1414

1515
jobs:
16-
# if-merged:
16+
if-merged:
1717
# if: github.event.pull_request.merged == true
18-
deploy:
1918
runs-on: ubuntu-latest
2019
steps:
2120
- name: Checkout

0 commit comments

Comments
 (0)