diff --git a/.github/workflows/linux-integration-test.yml b/.github/workflows/linux-integration-test.yml index 6595a76..426bd6e 100644 --- a/.github/workflows/linux-integration-test.yml +++ b/.github/workflows/linux-integration-test.yml @@ -3,7 +3,7 @@ name: Linux Integration Test on: push: branches: - - main + - '*' pull_request: branches: - '*' diff --git a/.github/workflows/linux-test.yml b/.github/workflows/linux-test.yml index 2b08aa4..3ed0613 100644 --- a/.github/workflows/linux-test.yml +++ b/.github/workflows/linux-test.yml @@ -3,7 +3,7 @@ name: Linux Test on: push: branches: - - main + - '*' pull_request: branches: - '*' diff --git a/.github/workflows/macos-test.yml b/.github/workflows/macos-test.yml index f232bb2..9532086 100644 --- a/.github/workflows/macos-test.yml +++ b/.github/workflows/macos-test.yml @@ -3,7 +3,7 @@ name: macOS Test on: push: branches: - - main + - '*' pull_request: branches: - '*' diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 9ab7719..4c1cadb 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -3,7 +3,7 @@ name: Static Analysis on: push: branches: - - main + - '*' pull_request: branches: - '*'