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: