Only run Verify workflow on push against develop and master branches (#10883)

This commit is contained in:
Álvaro Mondéjar Rubio 2024-05-03 00:51:07 +02:00 committed by GitHub
parent 0ffa274973
commit efac599e0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,10 @@
name: Verify Source
on: [pull_request, push]
on:
pull_request:
push:
branches:
- master
- develop
jobs:
build: