Skip to content

Commit e63b138

Browse files
committed
Update bb-storage reference
The workflow generation library in bb-storage needed an update to also include 'main' in the list of branches workflows are triggered for.
1 parent 2327139 commit e63b138

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/master.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
"on": {
198198
"push": {
199199
"branches": [
200+
"main",
200201
"master"
201202
]
202203
}

.github/workflows/pull-requests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"on": {
9191
"pull_request": {
9292
"branches": [
93+
"main",
9394
"master"
9495
]
9596
}

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git_override(
1818

1919
git_override(
2020
module_name = "com_github_buildbarn_bb_storage",
21-
commit = "256ec6c483a05f1aeefff6fc57a2044f746c5a08",
21+
commit = "3591bd4cb6596721961ec61f0b1765e59372f9a8",
2222
remote = "https://github.com/buildbarn/bb-storage.git",
2323
)
2424

0 commit comments

Comments
 (0)