Skip to content

Commit

Permalink
Updated when CI files are run- now on push and pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant P Iyer committed Sep 4, 2024
1 parent e4d1699 commit 28f97e4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test_file_reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: file_reader test
on:
push:
branches:
- gh-pages
- main
pull_request:
branches:
- main



jobs:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test_file_writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: file_writer test
on:
push:
branches:
- gh-pages
- main
pull_request:
branches:
- main


jobs:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: test_plugin.py test
on:
push:
branches:
- gh-pages
- main
pull_request:
branches:
- main


jobs:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test_sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: sqlite.py test
on:
push:
branches:
- gh-pages
- main
pull_request:
branches:
- main


jobs:
Expand Down

0 comments on commit 28f97e4

Please sign in to comment.