only run CI on main branch

This commit is contained in:
Gwenhael Le Moine 2024-04-11 21:26:49 +02:00
parent cc5af7d8e8
commit 91f6bbe0ce
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -2,7 +2,7 @@ name: C/C++ CI
on:
push:
branches: [ "*" ]
branches: [ "main" ]
pull_request:
branches: [ "main" ]