Skip to content

Commit

Permalink
fix: remove build action and changed trigger for Jest testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Apr 3, 2024
1 parent 707b5c6 commit 146580e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 44 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/build.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .github/workflows/jest-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Run Jest Tests

on:
workflow_dispatch:
push:
branches:
- development
pull_request:

jobs:
test:
permissions: write-all
Expand Down

0 comments on commit 146580e

Please sign in to comment.