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:
parent
decb38e6dd
commit
f2601f6971
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
paths-ignore:
|
||||
- .gitignore
|
||||
- README.md
|
||||
- LICENSE
|
||||
- docker-compose.yml
|
||||
|
Loading…
Reference in New Issue
Block a user