From 28f97e47263d86931f920e6b7cd8290425220aaa Mon Sep 17 00:00:00 2001 From: Vedant P Iyer Date: Wed, 4 Sep 2024 15:17:39 -0600 Subject: [PATCH] Updated when CI files are run- now on push and pull requests --- .github/workflows/test_file_reader.yml | 6 +++++- .github/workflows/test_file_writer.yml | 5 ++++- .github/workflows/test_plugin.yml | 5 ++++- .github/workflows/test_sqlite.yml | 5 ++++- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_file_reader.yml b/.github/workflows/test_file_reader.yml index 2a3faba..7989b6e 100644 --- a/.github/workflows/test_file_reader.yml +++ b/.github/workflows/test_file_reader.yml @@ -3,7 +3,11 @@ name: file_reader test on: push: branches: - - gh-pages + - main + pull_request: + branches: + - main + jobs: diff --git a/.github/workflows/test_file_writer.yml b/.github/workflows/test_file_writer.yml index 103edc3..1137d20 100644 --- a/.github/workflows/test_file_writer.yml +++ b/.github/workflows/test_file_writer.yml @@ -3,7 +3,10 @@ name: file_writer test on: push: branches: - - gh-pages + - main + pull_request: + branches: + - main jobs: diff --git a/.github/workflows/test_plugin.yml b/.github/workflows/test_plugin.yml index 0bb8d79..ea8a981 100644 --- a/.github/workflows/test_plugin.yml +++ b/.github/workflows/test_plugin.yml @@ -3,7 +3,10 @@ name: test_plugin.py test on: push: branches: - - gh-pages + - main + pull_request: + branches: + - main jobs: diff --git a/.github/workflows/test_sqlite.yml b/.github/workflows/test_sqlite.yml index f7d99d2..2fe1fd1 100644 --- a/.github/workflows/test_sqlite.yml +++ b/.github/workflows/test_sqlite.yml @@ -3,7 +3,10 @@ name: sqlite.py test on: push: branches: - - gh-pages + - main + pull_request: + branches: + - main jobs: