Skip to content

Commit

Permalink
Change YML File
Browse files Browse the repository at this point in the history
  • Loading branch information
anisAronno committed Dec 29, 2023
1 parent 67e4088 commit e2b9ed4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: 🚀 Deploy Laravel Starter by FTP
on:
push:
pull_request:
branches:
- master
types: [closed]

jobs:
deploy:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master'
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master'

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit e2b9ed4

Please sign in to comment.