Merge branch 'main' into chore/changes

This commit is contained in:
Saahil dutta 2024-09-06 13:28:30 -04:00 committed by GitHub
commit a79b6091ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 3 deletions

View file

@ -1,5 +1,15 @@
name: remote ssh command name: Remote Deploy
on: [push]
on:
push:
branches:
- main
paths:
# on code related change
- ".github/workflows/deploy.yml"
- "src/**"
- "public/**"
workflow_dispatch:
jobs: jobs:

3
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,3 @@
## Contributing
Follow [default](https://github.com/NeonGamerBot-QK/.github/CONTRIBUTING.md) here.