Skip to content

Commit c310b88

Browse files
committed
better ci trigger
1 parent 0c08cc8 commit c310b88

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
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
- '*'

0 commit comments

Comments
 (0)