Skip to content

Commit

Permalink
Change to workflow for pushing on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber12 committed Aug 13, 2024
1 parent 276fcdd commit 3ab03d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ env:

on:
push:
branches: [ "master", "docker-support-v2" ]
branches: [ "master"]
tags:
- '*'
pull_request:
branches: [ "master" ]

Expand Down

0 comments on commit 3ab03d4

Please sign in to comment.