Skip to content

Commit 3e8667b

Browse files
giordanostaticfloat
authored andcommitted
Run only on master
1 parent 400d9aa commit 3e8667b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches:
6-
- master
7-
- gh-pages # For building documentation
8-
- /^testing-.*$/ # testing branches
9-
- /^v[0-9]+\.[0-9]+\.[0-9]+$/ # version tags
5+
branches: [master]
106
tags: ["*"]
117
pull_request:
128

0 commit comments

Comments
 (0)