Ignore .gitignore file in deploy workflow
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Successful in 58s

This commit is contained in:
Braydon 2024-04-09 01:20:48 -04:00
parent decb38e6dd
commit f2601f6971

@ -4,6 +4,7 @@ on:
push: push:
branches: ["master"] branches: ["master"]
paths-ignore: paths-ignore:
- .gitignore
- README.md - README.md
- LICENSE - LICENSE
- docker-compose.yml - docker-compose.yml