Skip to content

Commit 14043d9

Browse files
committed
ci: limit release actions to run on master/main/release branches only
1 parent 9cec566 commit 14043d9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/release-docker.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
branches:
8+
- master
9+
- main
10+
- release
711

812
jobs:
913
docker:

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
branches:
8+
- master
9+
- main
10+
- release
711

812
jobs:
913

0 commit comments

Comments
 (0)