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/**" - "!.github/**"
- "!**.md" - "!**.md"
- "!docker-compose.yml"
jobs: jobs:
main: main:
runs-on: ubuntu-latest runs-on: ubuntu-latest