MilesCranmer commited on
Commit
1902017
1 Parent(s): 128d0fc

Build on change to setup.py

Browse files
Files changed (1) hide show
  1. .github/workflows/CI.yml +2 -0
.github/workflows/CI.yml CHANGED
@@ -6,6 +6,7 @@ on:
6
  - 'test/**'
7
  - 'pysr/**'
8
  - '.github/workflows/**'
 
9
  pull_request:
10
  branches:
11
  - master
@@ -13,6 +14,7 @@ on:
13
  - 'test/**'
14
  - 'pysr/**'
15
  - '.github/workflows/**'
 
16
 
17
  jobs:
18
  test:
 
6
  - 'test/**'
7
  - 'pysr/**'
8
  - '.github/workflows/**'
9
+ - 'setup.py'
10
  pull_request:
11
  branches:
12
  - master
 
14
  - 'test/**'
15
  - 'pysr/**'
16
  - '.github/workflows/**'
17
+ - 'setup.py'
18
 
19
  jobs:
20
  test: