diff options
-rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9011329d..46c9024f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,6 @@ -name: Build +name: CI on: - push: - branches: - - main - pull_request: + push env: BUILD_PROFILE: Release |