Skip to content

Commit

Permalink
go configuration work flow updated
Browse files Browse the repository at this point in the history
abhinandpn committed Nov 23, 2023
1 parent b082511 commit 95e6daf
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# 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" ]
branches:
- main
- admin
- user
- product
- controller
pull_request:
branches: [ "main" ]
branches:
- main
- admin
- user
- product
- controller

jobs:

0 comments on commit 95e6daf

Please sign in to comment.