Skip to content

Commit 6a05463

Browse files
committed
ci: add develop branch to the list of branches to run
1 parent dfffcde commit 6a05463

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/book.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ concurrency:
66

77
on:
88
push:
9-
branches: [main]
9+
branches: [main, develop]
1010
pull_request:
11-
branches: [main]
11+
branches: [main, develop]
1212
merge_group:
1313

1414
jobs:

.github/workflows/cachegrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Valgrind Cachegrind
22

33
on:
44
pull_request:
5-
branches: [main]
5+
branches: [main, develop]
66

77
jobs:
88
valgrind:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ concurrency:
66

77
on:
88
push:
9-
branches: [main, "release/**"]
9+
branches: [main, develop, "release/**"]
1010
pull_request:
11-
branches: [main, "release/**"]
11+
branches: [main, develop, "release/**"]
1212

1313
env:
1414
CARGO_TERM_COLOR: always

.github/workflows/ethereum-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ concurrency:
66

77
on:
88
push:
9-
branches: [main, "release/**"]
9+
branches: [main, develop, "release/**"]
1010
pull_request:
11-
branches: [main, "release/**"]
11+
branches: [main, develop, "release/**"]
1212

1313
jobs:
1414
tests-stable:

0 commit comments

Comments
 (0)