chore: Don't run on tags 👷
All checks were successful
CI / lint (push) Successful in 33s
CI / Molecule Tests ${{ matrix.os }} (almalinux8) (push) Successful in 2m42s
CI / Molecule Tests ${{ matrix.os }} (almalinux9) (push) Successful in 2m50s
CI / release (push) Successful in 18s

This commit is contained in:
2024-04-24 13:38:54 +12:00
parent a73eb8d69b
commit 0bf187611a

View File

@@ -1,8 +1,10 @@
name: CI
on:
push:
tags-ignore:
- '**'
branches:
- "**"
tags:
- "!**"
jobs:
lint: