Skip to content

Commit

Permalink
make(workflows): trigger workflow on tag
Browse files Browse the repository at this point in the history
trigger workflow on tag rather than push
  • Loading branch information
Martin Moreira de Jesus committed Jul 11, 2023
1 parent df1f695 commit 3138390
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ name: Push

on:
push:
branches: [ main ]
paths:
- '*/**.go'
- _docker/Dockerfile.server
- .github/workflows/**
tags:
- 'v*.*.*'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 3138390

Please sign in to comment.