fix: run CI/CD on PRs

This commit is contained in:
Florian Bouillon 2024-06-26 15:43:47 +02:00 committed by GitHub
parent 13e719d1fb
commit 26289a7256
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,9 +10,12 @@ name: Build & test the project
on: on:
push: push:
branches: branches:
- master - '*'
# Run on any pull request tags:
- v*
pull_request: pull_request:
branches:
- master
jobs: jobs:
build: build: