diff --git a/.travis.yml b/.travis.yml index f3989233..ec2365a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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