Skip to content

Commit

Permalink
ci: removes unnecessary gha (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 authored Apr 3, 2024
1 parent 534173d commit 331eb16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run Tests on PR

on: [pull_request]
on:
pull_request:
workflow_dispatch:

env:
API_KEY: ${{ secrets.API_KEY }}
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 331eb16

Please sign in to comment.