Skip to content

Commit b41c694

Browse files
authored
Pipeline cleanup (#83)
* chore: Seprate pipeline jobs and delete .DS_Store * chore: Only run release on main
1 parent 7606607 commit b41c694

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

-6 KB
Binary file not shown.

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
- run: npm test
5454
release:
5555
needs: [build, test]
56+
if: github.ref == 'refs/heads/main' && success()
5657
runs-on: ubuntu-latest
5758
strategy:
5859
matrix:
5960
node-version: ['lts/*']
60-
if: github.ref == 'refs/heads/main' && ${{ success() }}
6161
steps:
6262
- name: Checkout
6363
uses: actions/checkout@v3

0 commit comments

Comments
 (0)