MilesCranmer commited on
Commit
df21dce
1 Parent(s): 267f523

Run tests on tags pushed

Browse files
.github/workflows/CI.yml CHANGED
@@ -3,12 +3,14 @@ name: Linux
3
  on:
4
  push:
5
  branches:
6
- - '*'
7
  paths:
8
  - 'test/**'
9
  - 'pysr/**'
10
  - '.github/workflows/CI.yml'
11
  - 'setup.py'
 
 
12
  pull_request:
13
  branches:
14
  - '*'
 
3
  on:
4
  push:
5
  branches:
6
+ - '**'
7
  paths:
8
  - 'test/**'
9
  - 'pysr/**'
10
  - '.github/workflows/CI.yml'
11
  - 'setup.py'
12
+ tags:
13
+ - 'v*.*.*'
14
  pull_request:
15
  branches:
16
  - '*'
.github/workflows/CI_Windows.yml CHANGED
@@ -3,12 +3,14 @@ name: Windows
3
  on:
4
  push:
5
  branches:
6
- - '*'
7
  paths:
8
  - 'test/**'
9
  - 'pysr/**'
10
  - '.github/workflows/CI_Windows.yml'
11
  - 'setup.py'
 
 
12
  pull_request:
13
  branches:
14
  - '*'
 
3
  on:
4
  push:
5
  branches:
6
+ - '**'
7
  paths:
8
  - 'test/**'
9
  - 'pysr/**'
10
  - '.github/workflows/CI_Windows.yml'
11
  - 'setup.py'
12
+ tags:
13
+ - 'v*.*.*'
14
  pull_request:
15
  branches:
16
  - '*'
.github/workflows/CI_docker.yml CHANGED
@@ -3,7 +3,7 @@ name: Docker
3
  on:
4
  push:
5
  branches:
6
- - '*'
7
  paths:
8
  - 'test/**'
9
  - 'pysr/**'
 
3
  on:
4
  push:
5
  branches:
6
+ - '**'
7
  paths:
8
  - 'test/**'
9
  - 'pysr/**'
.github/workflows/CI_mac.yml CHANGED
@@ -3,12 +3,14 @@ name: macOS
3
  on:
4
  push:
5
  branches:
6
- - '*'
7
  paths:
8
  - 'test/**'
9
  - 'pysr/**'
10
  - '.github/workflows/CI_mac.yml'
11
  - 'setup.py'
 
 
12
  pull_request:
13
  branches:
14
  - '*'
 
3
  on:
4
  push:
5
  branches:
6
+ - '**'
7
  paths:
8
  - 'test/**'
9
  - 'pysr/**'
10
  - '.github/workflows/CI_mac.yml'
11
  - 'setup.py'
12
+ tags:
13
+ - 'v*.*.*'
14
  pull_request:
15
  branches:
16
  - '*'