Skip to content

Commit

Permalink
ci: reverted change and added trigger for main branch build
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Jan 10, 2025
1 parent c825c73 commit 64b3360
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
permissions:
contents: write
e2e:
needs: test-build
uses: ./.github/workflows/e2e.yaml
with:
smoke: false
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Test and build
on:
workflow_call:
workflow_dispatch:
push:
branches:
- develop
- main

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formula-monks/scaffoldizr",
"version": "0.6.7",
"version": "0.6.6",
"description": "Opinionated TypeScript/Bun Scaffolding Tool for creating Structurizr DSL Documentations",
"module": "src/main.mjs",
"bin": {
Expand Down

0 comments on commit 64b3360

Please sign in to comment.