Skip to content

Commit

Permalink
Testing the shanges
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamparikh927 committed Jun 25, 2024
1 parent 8ca9510 commit 3315b54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ["main"]
pull_request:
branches: ["RT-1025-documentation-publish-failing"]
branches: ["main"]

permissions:
pull-requests: read # allows SonarCloud to decorate PRs with analysis results
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Release

on:
release:
types: [published]
pull_request:
branches: ["main"]

env:
NODE_VERSION: 18.x

jobs:
# publish:
# name: Publish to NPM
publish:
name: Publish to NPM
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
Expand Down

0 comments on commit 3315b54

Please sign in to comment.