diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 6b72322..6438441 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -1,10 +1,6 @@ -name: C/C++ CI +name: Build Ubuntu -on: - push: - branches: [ $default-branch ] - pull_request: - branches: [ $default-branch ] +on: [push] jobs: build: