Skip to content

Commit

Permalink
fix: added run on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JFWenisch authored Sep 27, 2022
1 parent 584eab8 commit 6b54f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Go

on:
push:
branches: [ "main" , "develop"]
branches: [ "main" , "develop", "feature/versioning"]
pull_request:
branches: [ "main" , "develop"]
branches: [ "main" , "develop", "feature/versioning"]

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit 6b54f2e

Please sign in to comment.