Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 3138390

Browse files
author
Martin Moreira de Jesus
committed
make(workflows): trigger workflow on tag
trigger workflow on tag rather than push
1 parent df1f695 commit 3138390

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: Push
22

33
on:
44
push:
5-
branches: [ main ]
6-
paths:
7-
- '*/**.go'
8-
- _docker/Dockerfile.server
9-
- .github/workflows/**
5+
tags:
6+
- 'v*.*.*'
107
workflow_dispatch:
118

129
jobs:

0 commit comments

Comments
 (0)