Do not run CI on tag pushes (#21)

This commit is contained in:
bashonly
2025-10-23 17:18:55 -05:00
committed by GitHub
parent 508dddae12
commit 57fe708cf4

View File

@@ -1,6 +1,8 @@
name: CI
on:
push:
branches:
- '**'
paths-ignore:
- 'README.md'
- 'LICENSE'