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