Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
change gh action flow
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaymiller committed Jul 12, 2023
1 parent 78c6cb0 commit 3de3c4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# name: Test
on: [push, pull_request]
on:
# when pushed on main
push:
branches: [ main ]
# when a pull request is opened
pull_request:
jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_database.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# name: Test
on: [push, pull_request]
on: workflow_dispatch
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3de3c4f

Please sign in to comment.