Skip to content

Commit 44dd62b

Browse files
authored
Merge pull request #10 from jerseysu/fix-pipeline-2
ci(pages-build-deployment.yml): test the main branch publish
2 parents 1622c3d + 6e08f8c commit 44dd62b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/pages-build-deployment.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
name: publish-pages-build-deployment
1+
name: Publish
22
on:
33
push:
44
branches: [main]
5-
pull_request:
6-
branches: [main]
7-
types:
8-
- closed
95

106
jobs:
117
deployment:
128
timeout-minutes: 60
13-
if: github.event.pull_request.merged == true
149
name: "deploy to github"
1510
runs-on: ubuntu-latest
1611
steps:

0 commit comments

Comments
 (0)