Skip to content

Commit c6d87e8

Browse files
authored
Run CI on PRs to develop branch (#491)
1 parent c3d96ea commit c6d87e8

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/main.yml

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

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main" , "develop"]
66
paths-ignore:
77
- 'docs/**'
88
pull_request:
9-
branches: [ "main" ]
9+
branches: [ "main" , "develop"]
1010
paths-ignore:
1111
- 'docs/**'
1212
schedule:

.github/workflows/min-deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: min-deps
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main" , "develop"]
66
paths-ignore:
77
- 'docs/**'
88
pull_request:
9-
branches: [ "main" ]
9+
branches: [ "main" , "develop"]
1010
paths-ignore:
1111
- 'docs/**'
1212
schedule:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# push:
77
# branches: [ "main" ]
88
pull_request:
9-
branches: [ "main" ]
9+
branches: [ "main" , "develop"]
1010

1111
permissions:
1212
contents: read

.github/workflows/typing.yml

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

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main" , "develop"]
66
paths-ignore:
77
- 'docs/**'
88
pull_request:
9-
branches: [ "main" ]
9+
branches: [ "main" , "develop"]
1010
paths-ignore:
1111
- 'docs/**'
1212
schedule:

.github/workflows/upstream.yml

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

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main" , "develop"]
66
paths-ignore:
77
- 'docs/**'
88
pull_request:
9-
branches: [ "main" ]
9+
branches: [ "main" , "develop"]
1010
paths-ignore:
1111
- 'docs/**'
1212
schedule:

0 commit comments

Comments
 (0)