Skip to content

Commit 3faca0f

Browse files
authored
Merge pull request #742 from Pixilib/GaelO2-dev
Gael o2 dev
2 parents b43d8ff + 0dca8ab commit 3faca0f

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

.github/workflows/clean-packages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- '*'
7+
tags:
8+
- '*'
79

810
jobs:
911
build:

.github/workflows/php-stan.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- '*'
7+
tags:
8+
- '*'
79
pull_request:
810
branches:
911
- '*'

.github/workflows/publish.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- GaelO2
77
- GaelO2-dev
8-
- new-export
98
tags:
109
- '*'
1110

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- '*'
7-
7+
tags:
8+
- '*'
89
pull_request:
910
branches:
1011
- '*'

GaelO2/config/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
| or any other location as required by the application or its packages.
2626
*/
2727

28-
'version' => '2.8.1',
28+
'version' => '2.8.3',
2929

3030
/*
3131
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)