Skip to content

Merge branch 'main' of https://github.com/Dilan032/Past-Paper-Managem… #6

Merge branch 'main' of https://github.com/Dilan032/Past-Paper-Managem…

Merge branch 'main' of https://github.com/Dilan032/Past-Paper-Managem… #6

Workflow file for this run

name: CI Workflow
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Add other steps as needed
# For example, running tests or linters
# - name: Run tests
# run: ./run-tests.sh
# - name: Lint code
# run: ./lint.sh
# Deployment steps
- name: Deploy to Heroku
uses: akhileshns/[email protected]
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: "your-heroku-app-name"
heroku_email: "[email protected]"