mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Only build and push Docker image when releasing a new version
This commit is contained in:
parent
dc9c3b1c5d
commit
565a76ae27
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
@ -3,9 +3,7 @@ name: Build and Push Docker Image
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ master, '2.2', '3.3' ]
|
||||
pull_request:
|
||||
branches: [ master, '2.2', '3.3' ]
|
||||
tags: ['v2.*', 'v3.*']
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user