summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-10-19 23:53:37 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-10-20 00:13:49 -0600
commit22efd060e2a298cec942dfe5a9b144acfc14c812 (patch)
tree0f00b8ceb0bdb166e1a54b748e29f6359177fa89
parent0f1ef32d8a7a57d4c6511c602192466f8a1a8f3f (diff)
remove redundant tags-ignore key from CI workflow
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index da7e1bf4..3fe144e7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,7 +2,6 @@ name: CI
on:
push:
branches: ['**']
- tags-ignore: ['**']
paths-ignore: ['*.adoc', 'docs/**']
pull_request:
paths-ignore: ['*.adoc', 'docs/**']