fix: Duplicated CI run after opening a PR with a branch in the original repo (#1110)

This commit is contained in:
Plínio Larrubia 2024-09-27 11:35:40 -03:00 committed by GitHub
parent 75166ecd2a
commit 687be5b132
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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