Skip to content

Commit

Permalink
chore(gha): Fix ci workflow so it runs on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoltman committed Apr 2, 2023
1 parent 9d92c49 commit e6e07af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: push
on: [push, pull_request]

env:
FORCE_COLOR: 2

env:
MYSQL_HOST: 127.0.0.1
Expand Down

0 comments on commit e6e07af

Please sign in to comment.