Ignore .gitignore file in deploy workflow
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Successful in 58s
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Successful in 58s
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user