Skip to content

Commit

Permalink
add ci to all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Oct 29, 2023
1 parent 1d3a768 commit e2748fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Test
on:
push:
branches: [ master ]
branches:
- "*"
workflow_dispatch:

jobs:
Expand All @@ -25,5 +26,8 @@ jobs:
- name: Install app dependencies
run: pnpm install --frozen-lockfile

- name: Run linter
run: pnpm lint

- name: Run tests
run: pnpm test

0 comments on commit e2748fc

Please sign in to comment.