♻️ Prevent double trigger for PRs

This commit is contained in:
Lars Gohr
2022-04-14 18:01:36 +02:00
parent ad48f2851c
commit 54bc9e5164

View File

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