diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 42ad4a50..f8f4f7a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,9 @@ name: CI on: push: - branches: [master] + branches: [RuntimeDetection] pull_request: - branches: [master] + branches: [RuntimeDetection] jobs: build: