summaryrefslogtreecommitdiff
path: root/.gitea/workflows
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2024-02-07 16:59:55 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2024-02-07 16:59:55 +0300
commita9ce0c1785ce7c220ff953db7a21cf33535c6d26 (patch)
tree2f10c217c8d5fee84939a5f094ef92911efdaf5b /.gitea/workflows
parent01ff567c8afdd1c487da15ef9d882f01f0442311 (diff)
Ignore README
Diffstat (limited to '.gitea/workflows')
-rw-r--r--.gitea/workflows/release.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml
index 9498018..57b09e7 100644
--- a/.gitea/workflows/release.yaml
+++ b/.gitea/workflows/release.yaml
@@ -4,6 +4,8 @@ on:
push:
branches:
- "master"
+ paths-ignore:
+ - "README"
workflow_dispatch:
jobs: