Spaces:
Running
Running
Commit
·
148b3a7
1
Parent(s):
8b6e05e
ci: ensure always run on file change
Browse files- .github/workflows/CI.yml +3 -9
- .github/workflows/CI_Windows.yml +4 -10
- .github/workflows/CI_docker.yml +6 -12
- .github/workflows/CI_mac.yml +4 -10
.github/workflows/CI.yml
CHANGED
|
@@ -5,20 +5,14 @@ on:
|
|
| 5 |
branches:
|
| 6 |
- '**'
|
| 7 |
paths:
|
| 8 |
-
- '
|
| 9 |
-
- 'pysr/**'
|
| 10 |
-
- '.github/workflows/CI.yml'
|
| 11 |
-
- 'setup.py'
|
| 12 |
tags:
|
| 13 |
- 'v*.*.*'
|
| 14 |
pull_request:
|
| 15 |
branches:
|
| 16 |
-
- '
|
| 17 |
paths:
|
| 18 |
-
- '
|
| 19 |
-
- 'pysr/**'
|
| 20 |
-
- '.github/workflows/CI.yml'
|
| 21 |
-
- 'setup.py'
|
| 22 |
|
| 23 |
jobs:
|
| 24 |
test:
|
|
|
|
| 5 |
branches:
|
| 6 |
- '**'
|
| 7 |
paths:
|
| 8 |
+
- '**'
|
|
|
|
|
|
|
|
|
|
| 9 |
tags:
|
| 10 |
- 'v*.*.*'
|
| 11 |
pull_request:
|
| 12 |
branches:
|
| 13 |
+
- 'master'
|
| 14 |
paths:
|
| 15 |
+
- '**'
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
jobs:
|
| 18 |
test:
|
.github/workflows/CI_Windows.yml
CHANGED
|
@@ -3,22 +3,16 @@ name: Windows
|
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
branches:
|
| 6 |
-
- '
|
| 7 |
paths:
|
| 8 |
-
- '
|
| 9 |
-
- 'pysr/**'
|
| 10 |
-
- '.github/workflows/CI_Windows.yml'
|
| 11 |
-
- 'setup.py'
|
| 12 |
tags:
|
| 13 |
- 'v*.*.*'
|
| 14 |
pull_request:
|
| 15 |
branches:
|
| 16 |
-
- '
|
| 17 |
paths:
|
| 18 |
-
- '
|
| 19 |
-
- 'pysr/**'
|
| 20 |
-
- '.github/workflows/CI_Windows.yml'
|
| 21 |
-
- 'setup.py'
|
| 22 |
|
| 23 |
jobs:
|
| 24 |
test:
|
|
|
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
branches:
|
| 6 |
+
- 'master'
|
| 7 |
paths:
|
| 8 |
+
- '**'
|
|
|
|
|
|
|
|
|
|
| 9 |
tags:
|
| 10 |
- 'v*.*.*'
|
| 11 |
pull_request:
|
| 12 |
branches:
|
| 13 |
+
- 'master'
|
| 14 |
paths:
|
| 15 |
+
- '**'
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
jobs:
|
| 18 |
test:
|
.github/workflows/CI_docker.yml
CHANGED
|
@@ -3,22 +3,16 @@ name: Docker
|
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
branches:
|
| 6 |
-
- '
|
| 7 |
paths:
|
| 8 |
-
- '
|
| 9 |
-
|
| 10 |
-
- '
|
| 11 |
-
- 'setup.py'
|
| 12 |
-
- 'Dockerfile'
|
| 13 |
pull_request:
|
| 14 |
branches:
|
| 15 |
-
- '
|
| 16 |
paths:
|
| 17 |
-
- '
|
| 18 |
-
- 'pysr/**'
|
| 19 |
-
- '.github/workflows/CI_docker.yml'
|
| 20 |
-
- 'setup.py'
|
| 21 |
-
- 'Dockerfile'
|
| 22 |
|
| 23 |
jobs:
|
| 24 |
test:
|
|
|
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
branches:
|
| 6 |
+
- 'master'
|
| 7 |
paths:
|
| 8 |
+
- '**'
|
| 9 |
+
tags:
|
| 10 |
+
- 'v*.*.*'
|
|
|
|
|
|
|
| 11 |
pull_request:
|
| 12 |
branches:
|
| 13 |
+
- 'master'
|
| 14 |
paths:
|
| 15 |
+
- '**'
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
jobs:
|
| 18 |
test:
|
.github/workflows/CI_mac.yml
CHANGED
|
@@ -3,22 +3,16 @@ name: macOS
|
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
branches:
|
| 6 |
-
- '
|
| 7 |
paths:
|
| 8 |
-
- '
|
| 9 |
-
- 'pysr/**'
|
| 10 |
-
- '.github/workflows/CI_mac.yml'
|
| 11 |
-
- 'setup.py'
|
| 12 |
tags:
|
| 13 |
- 'v*.*.*'
|
| 14 |
pull_request:
|
| 15 |
branches:
|
| 16 |
-
- '
|
| 17 |
paths:
|
| 18 |
-
- '
|
| 19 |
-
- 'pysr/**'
|
| 20 |
-
- '.github/workflows/CI_mac.yml'
|
| 21 |
-
- 'setup.py'
|
| 22 |
|
| 23 |
jobs:
|
| 24 |
test:
|
|
|
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
branches:
|
| 6 |
+
- 'master'
|
| 7 |
paths:
|
| 8 |
+
- '**'
|
|
|
|
|
|
|
|
|
|
| 9 |
tags:
|
| 10 |
- 'v*.*.*'
|
| 11 |
pull_request:
|
| 12 |
branches:
|
| 13 |
+
- 'master'
|
| 14 |
paths:
|
| 15 |
+
- '**'
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
jobs:
|
| 18 |
test:
|