fix: ignoring docker-compose.yml pushes

This commit is contained in:
Aditya
2023-11-13 15:12:01 +05:30
parent 0a913ffc7d
commit f556b628b0
+1
View File
@@ -8,6 +8,7 @@ on:
- "**"
- "!.github/**"
- "!**.md"
- "!docker-compose.yml"
jobs:
main:
runs-on: ubuntu-latest