ci: ignore tags
All checks were successful
flake / flake (push) Successful in 5m7s

This commit is contained in:
Jake Hillion 2024-04-07 16:18:03 +01:00
parent 72898701da
commit 1ae3cf0c41

View File

@ -1,6 +1,11 @@
name: flake
on: [push]
on:
push:
branches:
- '**'
tags-ignore:
- '**'
jobs:
flake: