Skip to content

Commit 0c92719

Browse files
committed
remove development branch from workflows
1 parent 08bc5c1 commit 0c92719

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test
22

33
on:
44
push:
5-
branches: [main, development]
5+
branches: [main]
66
pull_request:
7-
branches: [main, development]
7+
branches: [main]
88

99
env:
1010
CARGO_TERM_COLOR: always

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build Wheels
22
on:
33
push:
4-
branches: [main, development]
4+
branches: [main]
55
pull_request:
6-
branches: [main, development]
6+
branches: [main]
77
jobs:
88
linux:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)