Browse Source

Remove cmake branch from build.yml

pull/212/head
Dibyendu Majumdar 2 years ago
parent
commit
def4d76ac9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml View File

@ -2,7 +2,7 @@ name: build
on:
push:
branches: [ master, cmake ]
branches: [ master ]
pull_request:
branches: [ master ]


Loading…
Cancel
Save