Skip to content

Commit

Permalink
TEMP commit / Testing GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronskiba committed Jul 4, 2024
1 parent bda5b6e commit 9da8368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tests - MySQL

on: [pull_request]
on: [push, pull_request]

jobs:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tests - PostgreSQL

on: [pull_request]
on: [push, pull_request]

jobs:
postgresql:
Expand Down

0 comments on commit 9da8368

Please sign in to comment.