Skip to content

Commit c14f3b7

Browse files
committed
deploy classes-module-changed
1 parent 7c4cdea commit c14f3b7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/deploy-production-github.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
tags:
66
- 'v*'
77
repository_dispatch:
8-
types: ["classes-module-tagged"]
9-
8+
#types: ["classes-module-tagged"]
9+
types: ["classes-module-changed"]
10+
1011
jobs:
1112
deploy:
1213
runs-on: ubuntu-latest

.github/workflows/deploy-production-htw.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
# branches:
99
# - 'main'
1010
repository_dispatch:
11-
types: ["classes-module-tagged"]
11+
#types: ["classes-module-tagged"]
12+
types: ["classes-module-changed"]
1213

1314
jobs:
1415
deploy:

0 commit comments

Comments
 (0)