Skip to content

Commit fb2dbef

Browse files
authored
Don't run ci on push if not on main branches (cpplint#259)
1 parent 32126fc commit fb2dbef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
push:
55
paths-ignore: "*.rst"
6+
branches: [master, develop]
67
concurrency:
78
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
89
cancel-in-progress: true

0 commit comments

Comments
 (0)