diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-10-19 23:53:37 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-10-20 00:13:49 -0600 |
| commit | 22efd060e2a298cec942dfe5a9b144acfc14c812 (patch) | |
| tree | 0f00b8ceb0bdb166e1a54b748e29f6359177fa89 /.github | |
| parent | 0f1ef32d8a7a57d4c6511c602192466f8a1a8f3f (diff) | |
remove redundant tags-ignore key from CI workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
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/**'] |
