.github/workflows/run_tests_in_docker.yml
changeset 3827 50e79436f9b4
parent 3700 302492568cf4
child 3828 57545857bdce
equal deleted inserted replaced
3826:f370b71e3418 3827:50e79436f9b4
     1 name: Docker Image CI
     1 name: Docker Image CI
     2 
     2 
     3 on:
     3 on:
     4   push:
     4   push:
     5     branches: [ wxPython4 ]
     5     branches: [ python3 ]
     6 
     6 
     7 jobs:
     7 jobs:
     8 
     8 
     9   build:
     9   build:
    10 
    10