diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 829b25f67..24a611622 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - github-action-test pull_request: branches: - master diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 3af8eda1a..388eb79be 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - github-action-test pull_request: branches: - master diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0832ad393..7c761c02c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - github-action-test pull_request: branches: - master