Skip to content

Commit 64b3360

Browse files
committed
ci: reverted change and added trigger for main branch build
1 parent c825c73 commit 64b3360

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
permissions:
1212
contents: write
1313
e2e:
14-
needs: test-build
1514
uses: ./.github/workflows/e2e.yaml
1615
with:
1716
smoke: false

.github/workflows/test-build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Test and build
33
on:
44
workflow_call:
55
workflow_dispatch:
6+
push:
7+
branches:
8+
- develop
9+
- main
610

711
jobs:
812
test:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formula-monks/scaffoldizr",
3-
"version": "0.6.7",
3+
"version": "0.6.6",
44
"description": "Opinionated TypeScript/Bun Scaffolding Tool for creating Structurizr DSL Documentations",
55
"module": "src/main.mjs",
66
"bin": {

0 commit comments

Comments
 (0)