diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml index 2448fc34..04e382bf 100644 --- a/.github/workflows/gcc.yml +++ b/.github/workflows/gcc.yml @@ -1,7 +1,7 @@ name: gcc on: push: - branches: [ master, development ] + branches: [ master ] pull_request: branches: [ master ]