CI: only run on master + PRs (#29242)

pull/29239/head^2
Adeeb Shihadeh 2 years ago committed by GitHub
parent 4a40bde5aa
commit 0df2cd4fa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/selfdrive_tests.yaml
  2. 4
      .github/workflows/tools_tests.yaml

@ -2,8 +2,8 @@ name: selfdrive
on:
push:
branches-ignore:
- 'testing-closet*'
branches:
- master
pull_request:
concurrency:

@ -2,8 +2,8 @@ name: tools
on:
push:
branches-ignore:
- 'testing-closet*'
branches:
- master
pull_request:
concurrency:

Loading…
Cancel
Save