diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f6603911731..9e61067c6b4 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1,9 +1,9 @@ name: Linux on: push: - branches: [master, staging, trying] + branches: [staging, trying] pull_request: - branches: [master, staging, trying] + branches: [master] types: [opened, reopened, synchronize] jobs: test-release: