Skip to content

Commit

Permalink
add PR check for release
Browse files Browse the repository at this point in the history
  • Loading branch information
apinkert committed Jan 31, 2024
1 parent 869540a commit 9496cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: [install, lint, test, build]
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/quickstarts/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": {
"executor": "@redhat-cloud-services/build-utils:builder",
"options": {
"outputPath": "packages/quickstart/dist",
"outputPath": "packages/quickstarts/dist",
"main": "packages/quickstarts/index.ts",
"esmTsConfig": "packages/quickstarts/tsconfig.esm.json",
"cjsTsConfig": "packages/quickstarts/tsconfig.cjs.json"
Expand Down

0 comments on commit 9496cc3

Please sign in to comment.