♻️ Don't trigger on tags to prevent loop

This commit is contained in:
Lars Gohr
2022-04-14 17:58:13 +02:00
parent 474524bd74
commit 2c37b8a9de

View File

@@ -1,5 +1,9 @@
name: Release
on: [push, pull_request]
on:
push:
tags-ignore:
- '*'
pull_request:
jobs:
test:
runs-on: ubuntu-latest