diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-10-20 00:24:17 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-10-20 00:24:17 -0600 |
| commit | 7f61e7f80e59cff149bb0cde27a5c8e5052a2b78 (patch) | |
| tree | 26363cd556ba2446bdecc98033d7ba68899df0da | |
| parent | 8aa6708b5b33d1f8260069d5a3007241fa27b26d (diff) | |
remove redundant tags-ignore in CI workflow
| -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 d6055e9e..18dce9ab 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/**'] |
