Skip to content

Commit

Permalink
ci: Run tests on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
typpo committed Nov 10, 2023
1 parent b282bd8 commit 2c9266e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI
on: [push]
on: [push, pull_request]
env:
OPENAI_API_KEY: xxx
AZURE_OPENAI_API_HOST: xxx
Expand Down

0 comments on commit 2c9266e

Please sign in to comment.