ci(ci): remove unneeded tags-ignore directive

By default, on `push` doesn't trigger without a `tags` or `tags-ignore` directive. Actually the directive prevented the workflow to trigger at all
This commit is contained in:
w1nst0n 2022-09-02 13:51:29 +02:00
commit eb1e867db2
No known key found for this signature in database
GPG key ID: 34D27465928A0A1D

View file

@ -6,8 +6,6 @@ on:
- 'Cargo.lock'
- 'Cargo.toml'
- '**.json'
tags-ignore:
- '*'
pull_request:
paths:
- '**.rs'