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 e4101ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: CI

on: push
on: [push, pull_request]

env:
FORCE_COLOR: 2
MYSQL_HOST: 127.0.0.1
MYSQL_USER: root
MYSQL_PASSWORD: root
Expand Down

0 comments on commit e4101ba

Please sign in to comment.