fix: Duplicated CI run after opening a PR with a branch in the original repo

This commit is contained in:
Plínio Larrubia 2024-09-27 10:05:10 -03:00
parent 75166ecd2a
commit 0543f19828
No known key found for this signature in database
GPG key ID: 057B0A87CB137C69

View file

@ -5,7 +5,7 @@ name: Build and Release
on:
push:
branches: [ "*" ]
branches: [ "main" ]
pull_request:
branches: [ "*" ]