Skip to content

Commit f6436f9

Browse files
workflow cleanup: removed trigger from side branch
1 parent f5d9dfc commit f6436f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-bitcoind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release bitcoind image
22
on:
33
push:
4-
branches: [main, "mr/optimization"]
4+
branches: [main]
55
tags: ["*"]
66
paths: ["images/bitcoind/**"]
77
pull_request:

.github/workflows/release-dogecoind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release dogecoind image
22
on:
33
push:
4-
branches: [main, "mr/optimization"]
4+
branches: [main]
55
tags: ["*"]
66
paths: ["images/dogecoind/**"]
77
pull_request:

.github/workflows/release-rippled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release rippled image
22
on:
33
push:
4-
branches: [main, "mr/optimization"]
4+
branches: [main]
55
tags: ["*"]
66
paths: ["images/rippled/**"]
77
pull_request:

0 commit comments

Comments
 (0)