diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 3034d0333..fb56de73c 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -2,9 +2,9 @@ name: Actions on: push: - branches: [ interp ] + branches: [ main ] pull_request: - branches: [ interp ] + branches: [ main ] env: RUNNER: tools/run-tests.py