Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/arces-wot/SEPA-js
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Feb 8, 2024
2 parents 818dd39 + 7256e21 commit a840040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Release workflow
name: Integration workflow
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -16,4 +15,4 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run test
- run: npm run test
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Release workflow
on:
push:
branches: ["main"]
tags:
- "v*"
jobs:
Expand Down

0 comments on commit a840040

Please sign in to comment.