Skip to content

Commit 6250a11

Browse files
committed
updated with feature current branch
1 parent 8157a60 commit 6250a11

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/go-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ on:
44
push:
55
branches:
66
- master
7-
- github-actions-testing
7+
- udaymothadaka-patch-1
88
pull_request:
99
branches:
1010
- master
1111
jobs:
1212
build-k8s-athenz-syncer:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
16-
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
1715
- name: Setup Go 1.22.x
1816
uses: actions/setup-go@v5
1917
with:

0 commit comments

Comments
 (0)