Skip to content

Commit

Permalink
fix(ci): run tests for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Sep 17, 2024
1 parent 2267caa commit a7d9e5c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: test & export coverage report

on:
push:
branches:
- main
workflow_dispatch:
on: [push, pull_request, workflow_dispatch]

permissions:
contents: read
Expand Down Expand Up @@ -35,5 +31,6 @@ jobs:
with:
path: coverage
- name: Deploy to GitHub Pages
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
id: deployment
uses: actions/deploy-pages@v4

1 comment on commit a7d9e5c

@vercel
Copy link

@vercel vercel bot commented on a7d9e5c Sep 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.