chore: Don't re-run on tag push (release) 👷

This commit is contained in:
2024-04-24 13:36:23 +12:00
parent 183d438c06
commit 3b9cff78df

View File

@@ -1,5 +1,8 @@
name: CI name: CI
on: push on:
push:
tags-ignore:
- '**'
jobs: jobs:
# lint: # lint: