Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed Nov 14, 2023
1 parent b4ea2ea commit fe3a4a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/branch.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test on branches
name: Build on branches
on:
push:
branches-ignore:
Expand All @@ -16,8 +16,6 @@ jobs:
with:
node-version: '18.x'
- run: npm install
- run: npm run lint
- run: npm run test
- run: npm run build
- name: Commit changes
run: |
Expand Down

0 comments on commit fe3a4a0

Please sign in to comment.