chore: only build on push to main for Travis CI (#2295)

This commit is contained in:
Matthieu Darbois
2025-03-11 16:44:25 -04:00
committed by GitHub
parent 915d15cc32
commit eefd48e266
+3
View File
@@ -6,6 +6,9 @@ branches:
only:
- main
# only build the main branch or PR that explicitely want to test with Travis CI
if: (type = "push") OR (commit_message =~ /travis-ci/)
jobs:
include:
- name: Linux | x86_64 + i686 | Python 3.12