ci: limit release actions to run on master/main/release branches only

This commit is contained in:
tobyxdd 2022-12-10 16:53:55 -08:00
parent 9cec566384
commit 14043d9b50
2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,10 @@ on:
push:
tags:
- 'v*'
branches:
- master
- main
- release
jobs:
docker:

View File

@ -4,6 +4,10 @@ on:
push:
tags:
- 'v*'
branches:
- master
- main
- release
jobs: