diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-29 14:27:46 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-29 14:27:46 +0300 |
commit | 66563d80f07994fe368e631b73695025bc17bfeb (patch) | |
tree | d870b66f480854cb0d436e312d25cf34e3b35291 /.gitea | |
parent | c734525c97dd00cd731bf083ad57db3f584fd7b0 (diff) |
Delete ignore paths
Diffstat (limited to '.gitea')
-rw-r--r-- | .gitea/workflows/test.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 07be733..9845875 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -4,8 +4,6 @@ on: push: branches: - "master" - paths-ignore: - - "README.md" workflow_dispatch: jobs: |