mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-04-03 18:14:14 +00:00
Merge branch 'main' into chore/changes
This commit is contained in:
commit
a79b6091ff
2 changed files with 16 additions and 3 deletions
14
.github/workflows/deploy.yml
vendored
14
.github/workflows/deploy.yml
vendored
|
@ -1,5 +1,15 @@
|
|||
name: remote ssh command
|
||||
on: [push]
|
||||
name: Remote Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
# on code related change
|
||||
- ".github/workflows/deploy.yml"
|
||||
- "src/**"
|
||||
- "public/**"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
3
CONTRIBUTING.md
Normal file
3
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
## Contributing
|
||||
|
||||
Follow [default](https://github.com/NeonGamerBot-QK/.github/CONTRIBUTING.md) here.
|
Loading…
Add table
Reference in a new issue