Skip to content

Instantly share code, notes, and snippets.

View BoddepallyVenkatesh06's full-sized avatar
🎯
Focusing

venkykumar0006 BoddepallyVenkatesh06

🎯
Focusing
View GitHub Profile
@BoddepallyVenkatesh06
BoddepallyVenkatesh06 / release.yml
Created July 23, 2024 14:22
Readme-Typing-SVG
name: Releases
on:
workflow_dispatch:
jobs:
changelog:
runs-on: ubuntu-latest
steps:
name: Format with Prettier
on:
push:
branches:
- main
pull_request:
paths:
- ".github/workflows/prettier.yml"
- "**.php"
name: PHPUnit CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs: