Skip to content

Merge pull request #126 from PeritusDeveloper/main #199

Merge pull request #126 from PeritusDeveloper/main

Merge pull request #126 from PeritusDeveloper/main #199

Workflow file for this run

# .github/workflows/ci.yml
on:
pull_request:
push:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy
# Only run this step if the branch is main
if: github.ref == 'refs/heads/main'
env:
deploy_url: ${{ secrets.RENDER_DEPLOY_HOOK_URL }}
run: |
curl "$deploy_url"