Skip to content

Commit 7fec314

Browse files
committed
Fix error in deployment
1 parent 15d23b0 commit 7fec314

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,15 @@ name: Continuous Deployment
55

66
on:
77
push:
8-
branches: [main]
9-
pull_request:
10-
types: [closed]
11-
branches: [main]
8+
branches:
9+
- main
1210

1311
jobs:
1412
deploy:
15-
name: Build and Deploy app to GitHub Pages
13+
name: Build and Deploy to GH-Pages
1614

1715
runs-on: ubuntu-latest
1816

19-
if: github.event.pull_request.merged == true || github.ref == 'refs/heads/main'
20-
2117
steps:
2218
- name: Checkout the code base
2319
uses: actions/checkout@v3

0 commit comments

Comments
 (0)