Skip to content

Commit

Permalink
only on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
drio committed Mar 3, 2023
1 parent abe67e2 commit 553a3ef
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
tags:
- "*" # triggers only if push new tag version
#branches: ["main"]

jobs:
build-test-check:
Expand Down

0 comments on commit 553a3ef

Please sign in to comment.